Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

The fix Dark theme release

Latest
Compare
Choose a tag to compare
@curche curche released this 28 Jun 18:52

..or something like that idk I am not really a Dark Theme person :p
Also forgot I had to do a release while I had the fix done last week itself

Fixes and Additions

  • Dark theme issues that somehow crept into the fork. (Closes #2)
  • Dark theme is now enabled based on System Theme.
  • New category "General" in Settings (because I wanted no setting not under any category)

Known issues

  • No Option to switch themes in app (yet!)
  • Still can't figure out how to get EXTRA_TEXT from intents received
  • Only supports PNG/JP(E)G images

Behind the Scenes

  • Replaced more hard-coded strings to strings.xml so that it is more translation-friendly (although I don't have translations yet)
  • Refactors based on suggestions from Android Studio