diff --git a/presentation/build.gradle b/presentation/build.gradle
index ede264ece..2d903fc11 100644
--- a/presentation/build.gradle
+++ b/presentation/build.gradle
@@ -31,8 +31,8 @@ android {
applicationId "com.moez.QKSMS"
minSdkVersion 21
targetSdkVersion 28
- versionCode 196
- versionName "3.6.6"
+ versionCode 2197
+ versionName "3.6.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "String", "BUGSNAG_API_KEY", "\"${System.getenv("BUGSNAG_API_KEY")}\""
diff --git a/presentation/src/main/res/values/donottranslate.xml b/presentation/src/main/res/values/donottranslate.xml
index 0ca96294e..8f3346560 100644
--- a/presentation/src/main/res/values/donottranslate.xml
+++ b/presentation/src/main/res/values/donottranslate.xml
@@ -39,23 +39,21 @@
- Added
- - - Support for latest version of Should I Answer
- - - New swipe action to mark a conversation unread
- - - Updates will now show a changelog!
+ - - Signature support
+ - - System dark mode support for Android Q
- Improved
- - - Added unread indicator to make those conversations easier to spot
- - - Better support for sharing text from other apps
- - - Should I Answer integration will respect numbers that you have manually blocked
- - - Status bar for dark theme will match toolbar
- - - QKSMS will ask to be default SMS app instead if trying to perform actions that it doesn\'t have permission to do
- - - Features on QKSMS+ page will now link to their respective parts of the app
- - - Long list of names for group chat will be shortened
+ - - You\'ll be asked for storage permission before trying to save a photo if necessary
+ - - Smaller download size
+ - - Load high resolution contact photos
- Fixed
- - - Messages sometimes get stuck "Sending…"
- - - QK Reply window glitches when it\'s too big
- - - Crash in compose screen when a contact has no numbers
+ - - Contact photos never update
+ - - Can\'t create new conversation on Huawei devices
+ - - Can\'t receive MMS on Xiaomi devices
+ - - Visual glitch on compose bar in night mode
+ - - Theme doesn\'t update in preview after going back to settings
+ - - Search hint gets cut off after rotating screen
More
Dismiss