Skip to content

Releases: literal-io/literal

v1.1.21

13 Jun 20:36
Compare
Choose a tag to compare

[v1.1.20] - 2021-06-13

Fixes to web archiving functionality.

Fixed

  • Always fetches archived content from remote storage in order to ensure metadata is set correctly. In the future, metadata will be cached to disk along with the content. (e3c0b89)

v1.1.20

13 Jun 18:31
Compare
Choose a tag to compare

[v1.1.20] - 2021-06-13

Improvements to web archiving functionality.

Adds

  • Adds a local cache for source archives, enabling offline reading of previously viewed content. (1ce0fee)

Fixed

  • Ensures archives of annotated sources are persisted with the correct metadata required for post-processing. (1ce0fee)

v1.1.19

11 Jun 12:27
Compare
Choose a tag to compare

[v1.1.19] - 2021-06-11

Fixes minor stability issues affecting application lifecycle and notifications.

Fixed

  • Ensures application is in an active lifecycle state before attempting to commit fragments.
  • Ensures DomainMetadata is available before attempting to use it for displaying a source creation error notification.

v1.1.18

30 May 14:54
Compare
Choose a tag to compare

[v1.1.18] - 2021-05-29

Additional fixes for various regressions affecting authentication.

v1.1.17

29 May 19:16
Compare
Choose a tag to compare

[v1.1.17] - 2021-05-29

Additional fixes for various regressions affecting authentication.

v1.1.16

28 May 13:40
Compare
Choose a tag to compare

[v1.1.16] - 2021-05-28

Fixes various regressions affecting authentication.

v1.1.15

25 May 21:04
Compare
Choose a tag to compare

[v1.1.15] - 2021-05-25

Fixes a configuration issue in v1.1.14 that resulted in the app not initializing properly.

v1.1.14

25 May 18:55
Compare
Choose a tag to compare

[v1.1.14] - 2021-05-25

Enables usage of the application without requiring signup.

Added

  • Enables usage of the application without requiring signup. Once a user does sign up / sign in, their data is migrated from their guest account. (a2032f9)

v1.1.13

06 May 11:56
Compare
Choose a tag to compare

[v1.1.13] - 2021-05-06

Increases minSdkVersion to 26.

Fixed

  • Increases minSdkVersion to 26 due to the introduction of APIs required in v1.1.2 (4e2d2fc).

1.1.12

03 May 12:50
Compare
Choose a tag to compare

[v1.1.12] - 2021-05-03

Refactors authentication, storage object handling, and annotation creation in order to improve stability and tolerate network interruptions.

Changed

  • Refactors authentication, storage object handling, and annotation creation in order to improve stability and tolerate network interruptions. (#91)