Skip to content

Releases: FredHappyface/Android.EweSticker

20240825

25 Aug 14:33
Compare
Choose a tag to compare

20240825

  • Add case insensitive sort
  • Add app version in-app

20240322

22 Mar 19:54
Compare
Choose a tag to compare

20240322

  • Add sticker search
  • Add haptic feedback option
  • Update translations from Weblate (thank you to the following!)
  • Update screenshots and docs
  • Update deps

20231008 - The Translation Update

08 Oct 12:49
Compare
Choose a tag to compare

20231008

  • Update Fastlane Metadata
  • Update to use API level 34
  • Minor tweaks to readme
  • Machine translations for:
    • Bengali
    • Chinese (Simplified)
    • Chinese (Traditional)
    • Hindi
    • Indonesian
    • Japanese
    • Korean
    • Portuguese
    • Russian
    • Spanish
    • Urdu MI
  • Add translations from Weblate (thank you to the following!)
    • German
      • Ettore Atalan
    • French
      • J. Lavoie
  • Add Android 13 Icon
  • Code clean up and ktlint check and formatting
  • Fix Bug: Keyboard has a transparent background
  • Fix Bug where the keyboard forgets last 'Recent' last selected

20230828

28 Aug 14:57
Compare
Choose a tag to compare

20230828

  • Update app description
  • Add German (de) translations with help from google translate and friends. Contributions to enhance
    this are very welcome!

20230825

26 Aug 10:46
Compare
Choose a tag to compare

20230825

  • Update launcher icon, version, screenshots

20230824

24 Aug 18:35
Compare
Choose a tag to compare

20230824

  • Add Feature: switch between folders by swiping (closes issue #33)
  • Add Progress bar for sticker import (closes issue #51)

20230823

23 Aug 11:36
Compare
Choose a tag to compare

20230823

  • Update dependencies
  • Performance improvements for sticker import (3-4x faster)
  • Performance improvements for sticker keyboard (recyclerview)
  • Add example-files
  • Add restore prior keyboard on minimize (closes issue #49)
  • Add send stickers with system sharesheets (closes issue #48)
  • Add reload stickers from directory (closes issue #46)

20220311

11 Mar 18:46
Compare
Choose a tag to compare

20220311 - 2022/03/11

  • New Feature: Improve error messages for the user per #39
  • New Feature: Add Help to provide guidance for error messages
  • New Feature: Add Gradle tasks
    • ktlintCheck (gradlew ktlintCheck): run ktlint over the codebase
    • genDocs (gradlew genDocs): generate the api reference using dokka
  • Bugfix: Refactor in response bug found when investigating #37
  • Bugfix: Back button now enabled in fresh install per #38
  • Update navbar theme (dark/light rather than the app accent colour)
  • Update dependencies
  • Update tutorial location to Tutorials
  • Update tutorial

20220128

27 Jan 21:28
Compare
Choose a tag to compare

20220128 - 2022/01/28

  • Highlight the selected tab. #29
  • Add support for video formats #34
    • "video/3gpp", "video/mp4", "video/x-matroska", "video/webm"
  • Reformat
  • Update deps
  • Limit sticker pack size to resolve java.lang.OutOfMemoryError: at androidx.gridlayout.widget.GridLayout

20220103

03 Jan 13:51
Compare
Choose a tag to compare

20220103 - 2022/01/03

  • Add 'Enable Keyboard' section with 'Launch Settings' button. #31
  • Show back button in navbar by default. #32