Skip to content

Commit

Permalink
Increment to 3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
moezbhatti committed Aug 19, 2019
1 parent ff3401f commit 13efdbd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
4 changes: 2 additions & 2 deletions presentation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "com.moez.QKSMS"
minSdkVersion 21
targetSdkVersion 28
versionCode 196
versionName "3.6.6"
versionCode 2197

This comment has been minimized.

Copy link
@GeoZac

GeoZac Aug 20, 2019

Contributor

Such a large bump?🤔

This comment has been minimized.

Copy link
@moezbhatti

moezbhatti Aug 20, 2019

Author Owner

The previous version of the app used APK splits, and google requires you to provide a different version code for each split APK. I was using the strategy of calling the base version 0XXX, one of the ABIs 1XXX, and the other ABI 2XXX

Now that I'm using the Android App Bundle where I can just use a single versionCode for everyone, I had to make the versionCode higher than any previous version code so that everyone will be able to upgrade it

versionName "3.6.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

buildConfigField "String", "BUGSNAG_API_KEY", "\"${System.getenv("BUGSNAG_API_KEY")}\""
Expand Down
24 changes: 11 additions & 13 deletions presentation/src/main/res/values/donottranslate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,21 @@
</string-array>
<string-array name="changelog">
<item>Added</item>
<item>- Support for latest version of Should I Answer</item>
<item>- New swipe action to mark a conversation unread</item>
<item>- Updates will now show a changelog!</item>
<item>- Signature support</item>
<item>- System dark mode support for Android Q</item>
<item></item>
<item>Improved</item>
<item>- Added unread indicator to make those conversations easier to spot</item>
<item>- Better support for sharing text from other apps</item>
<item>- Should I Answer integration will respect numbers that you have manually blocked</item>
<item>- Status bar for dark theme will match toolbar</item>
<item>- QKSMS will ask to be default SMS app instead if trying to perform actions that it doesn\'t have permission to do</item>
<item>- Features on QKSMS+ page will now link to their respective parts of the app</item>
<item>- Long list of names for group chat will be shortened</item>
<item>- You\'ll be asked for storage permission before trying to save a photo if necessary</item>
<item>- Smaller download size</item>
<item>- Load high resolution contact photos</item>
<item></item>
<item>Fixed</item>
<item>- Messages sometimes get stuck "Sending…"</item>
<item>- QK Reply window glitches when it\'s too big</item>
<item>- Crash in compose screen when a contact has no numbers</item>
<item>- Contact photos never update</item>
<item>- Can\'t create new conversation on Huawei devices</item>
<item>- Can\'t receive MMS on Xiaomi devices</item>
<item>- Visual glitch on compose bar in night mode</item>
<item>- Theme doesn\'t update in preview after going back to settings</item>
<item>- Search hint gets cut off after rotating screen</item>
</string-array>
<string name="changelog_more">More</string>
<string name="changelog_dismiss">Dismiss</string>
Expand Down

0 comments on commit 13efdbd

Please sign in to comment.