Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko committed Feb 15, 2023
1 parent c751141 commit 8caf6bc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId 'com.cyb3rko.pincredible'
minSdk 23
targetSdk 33
versionCode 3
versionName '0.2.0'
versionCode 4
versionName '0.3.0'
signingConfig signingConfigs.debug
}
applicationVariants.all { variant ->
Expand Down
9 changes: 9 additions & 0 deletions metadata/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
BREAKING CHANGES!
Uninstall the previous version before upgrading to prevent crashing the app.

Fixes:
- BadPaddingException for larger files

Additions:
- new color palette
- storage iteration ids for PIN backwards compatibility
9 changes: 3 additions & 6 deletions metadata/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
BREAKING CHANGES!
Uninstall the previous version before upgrading to prevent crashing the app.

Fixes:
- BadPaddingException for larger files
- NoSuchProviderException when enforcing Android Keystore key generator

Additions:
- new color palette
- storage iteration ids for PIN backwards compatibility
- encrypted import / export functionality
- optional Material You color adaption

0 comments on commit 8caf6bc

Please sign in to comment.