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

v1.0.2

Compare
Choose a tag to compare
@ryanwarsaw ryanwarsaw released this 11 Oct 17:38
· 22 commits to master since this release
c60258e
  • Patch GH-144: ScrollView not resetting scroll position on fragment transition
  • Patch GH-185: Gifs don’t scale properly on Android API level 17 or lower
  • Patch GH-221: Welcome screen doesn’t scale on smaller phones (preventing app usage)
  • Patch GH-190: Receiving Wi-Fi notification when not connected to Wi-Fi
  • Patch GH-178: Unable to click through notifications
  • General performance improvements and major reduction in APK size
  • Code is now distributed under MPL-2.0 license (https://www.mozilla.org/en-US/MPL/2.0/)
  • Travis CI build integration (to support unit, lint and compilation testing)
  • 723% reduction in codebase size (previously 58mb, now 6.8mb)
  • Major cleanup to code base, minor performance tweaks, updated some dependencies
  • Android lint errors have been resolved, and as a result no longer cause the build to fail