Skip to content

Wifi Key View v1.7

Latest
Compare
Choose a tag to compare
@Mys7ic Mys7ic released this 21 Dec 16:21
· 3 commits to master since this release

Changes:

  • Fix layout: about view was not showing version number

merge lots of maintenance #5 thx @TacoTheDank

  • Delete generated files (that's making your commit history an absolute nightmare to go through (and I don't usually even particularly care if a commit is kinda dirty or large)), and added them to .gitignore
  • Android Studio 3.1.0 -> 3.2.1
  • Gradle 4.4 -> 5.0
  • Support and target Android Pie
  • Java 1.8 compatibility
  • Zxing core 3.3.0 -> 3.3.3
  • Junit 4.12 -> 4.13-beta-1
  • Fixed English in README.md and strings.xml
  • Add another tested device to README.md (mine)
  • Added Google Play Store badge to README.md
  • Migrate app to appCompat
  • Migrate to AndroidX
  • Set minifyEnabled to true (1,798 KB -> 1,185 KB)
  • Reformat code