Navigation Menu

Skip to content

Releases: mozilla/Jisort

v1.0.4

02 Jan 23:51
84ead9a
Compare
Choose a tag to compare
  • Patch GH-234: Links in tutorials don't work
  • Patch GH-239: Topic list view doesn't scroll vertically on Android 16 and lower
  • Update android-simple-tooltip library to prevent unexpected crashes
  • Update all app dependencies, and update target version of Android to API 25
  • Bunch of quality of life and general performance improvements
  • Travis CI & S3 integration (Deploying latest builds to https://mzl.la/jisort-latest/)
  • Brand new in-depth project documentation

v1.0.3

19 Oct 19:26
cb6341b
Compare
Choose a tag to compare
  • Patch GH-231: Certificate invalidation error when installing app on phone
  • Significant reduction in Travis CI build times (now caching some Gradle directories)

v1.0.2

11 Oct 17:38
c60258e
Compare
Choose a tag to compare
  • 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