Skip to content

Releases: wallabag/android-app

Version 2.5.2

01 May 09:27
fb57893
Compare
Choose a tag to compare

Added

  • Allow the user to select their SD card and other external storage paths in addition to emulated SD storage

Fixed

  • Fix crash when using TTS on Android 13+

Changed

  • Update dependencies
  • Various translations

Version 2.5.1

17 Nov 13:56
4fcb9fb
Compare
Choose a tag to compare
  • Added monochromatic app icon for Android 13+ (@apiote)

Version 2.5.0

12 Nov 17:53
79ffcbd
Compare
Choose a tag to compare
  • Added support for Android 14 (@Strubbl)
  • Added option to put title in shared text from share menu (@di72nn)
  • Improved the style of the article header (@cheywood)
  • Changed the appearance of the “Scan a QR-code” button in configuration (@di72nn)
  • Improvement of certain labels (@di72nn)
  • Removal of Framabag mentions (@di72nn)
  • Updating dependencies
  • Updating translations

Version 2.4.3

18 Jun 16:08
e44ae1b
Compare
Choose a tag to compare

Changed

Fixed

  • Fixed offline image caching on Android 10+. (#1118)
  • Fixed a problem with deleted article sweeping in some situations. (#909)
  • Fixed a problem with long annotations blocking sync. (#1153)
  • @scubajeff fixed custom text selection actions. (#1176)
  • Jeff Held (@solkaz) fixed a crash during search when certain characters are used. (#1125)

Maintenance

  • Lots of dependency updates (stetho, conscrypt, okhttp, material).
  • Taco (@TacoTheDank) improved some code. (#1116)
  • Removed legacy code. (#1114)

Translations

  • Czech
  • Dutch
  • French
  • German
  • Greek (new)
  • Portuguese
  • Turkish
  • Traditional Chinese (new)

Version 2.4.2

07 Dec 12:58
739f229
Compare
Choose a tag to compare

Added

  • Konrad Heidler (@khdlr) added LaTeX rendering (optional) (#1104).
  • Added an option to improve search for CJK languages (#1095).

Changed

  • Target SDK version updated to 30 (Android 11) (#1072).
  • Updated translations.

Fixed

  • Conscrypt initialization errors are ignored now (#1103).
  • Fixed a rare "Unknown server version" error (#1075).

Version 2.4.1

14 Oct 12:20
1202556
Compare
Choose a tag to compare

Added

  • Olivier Mehani (@shtrom) added a context menu item to add tag from selection. #1053

Fixed

  • Fixed some crashes on Android 8+. #1068

Version 2.4.0

31 Aug 07:05
9022657
Compare
Choose a tag to compare

Added

  • @di72nn made the articles content use lazy-load, which improves performance a bit. This also brings full-text search and advanced queries. A full sync is recommended #874 #872
  • @di72nn added experimental support for annotations. This feature is disabled by default until we polish the angles and can be activated in the settings. #843
  • @di72nn added the possibility to launch a QR code scanner app for easier wallabag credentials setup #369
  • @di72nn added extra stacktrace details when an error happens and also added a button on the error notification to copy the details to the clipboard #881
  • @di72nn added two new actions in the settings to help fix queue/synchronization issues : the ability to dump the queue to a local file and the possibility to remove the first queue item found. #915
  • @The-Compiler introduced an option to inspect chromium webviews to assist debugging #884
  • Share-menu: favorite/archive/tag articles right after sharing.
  • Tags (clickable) are displayed in the article view.
  • "Untagged" list.
  • Long-press menu (only for single articles).
  • Saving origin URL when adding from other articles.
  • Splash screen when starting app #1008

Changed

  • @di72nn updated their wallabag API wrapper library to the latest version, which brings a few optimizations and compatibility with latest wallabag versions #861
  • @The-Compiler made the Onxy e-ink devices use the specific e-ink theme #886
  • @di72nn added a Gradle Wrapper Validation Github Action to prevent bad gradle-wrapper.jar binaries
  • Dependencies updates
  • Text-to-speech changes
    • Better interruption handling.
    • Image alt-text is now pronounced.
    • Some other changes.
  • Limit the number of suggested tags to 50.
  • Startup time improvements.

Fixed

  • @di72nn fixed issues with themes in fullscreen view and action bar when watching full screen videos #870
  • @di72nn fixed a webview crash happening with Android 5 #877
  • thanks to @Strubbl and @di72nn, the special characters in the title are now HTML decoded #893
  • @di72nn fixed a sync error when deleting all tags from an article
  • Adaptive icon.
  • UI should no longer be blocked by database operations.
  • Other fixes and improvements
  • Various fixes #1004 #1005 #1006 #1011
  • Fixed crash on the tags management screen. (@di72nn)
  • Fixed annotations. (@di72nn)

Updated translations

  • Basque
  • Chinese (Simplified)
  • Croatian
  • Dutch
  • French
  • German
  • Hungarian
  • Italian
  • Japanese
  • Korean
  • Norwegian Bokmål
  • Polish
  • Russian
  • Spanish
  • Turkish
  • Ukrainian

Version 2.4.0-beta.6

14 Aug 07:08
c2c522e
Compare
Choose a tag to compare
Version 2.4.0-beta.6 Pre-release
Pre-release

Fixed

  • Fixed crash on the tags management screen. (@di72nn)
  • Fixed annotations. (@di72nn)

Version 2.4.0-beta.5

23 Jul 08:06
ca9538d
Compare
Choose a tag to compare
Version 2.4.0-beta.5 Pre-release
Pre-release

Changes

  • Limit the number of suggested tags to 50.
  • Startup time improvements.

Version 2.4.0-beta.4

08 Jul 12:21
ace94c2
Compare
Choose a tag to compare
Version 2.4.0-beta.4 Pre-release
Pre-release

Added

  • Splash screen when starting app #1008

Changes