Skip to content

Commit 0c89686

Browse files
committed
Version 1.2.0
1 parent 4187923 commit 0c89686

19 files changed

Lines changed: 14 additions & 11 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ After it analyzes your SMS and MMS messages, you'll be told how you compare to e
1313

1414
## Screenshots
1515

16-
| Intro | Analysis | Who texts first? | Total texts | Average text length
17-
|:-:|:-:|:-:|:-:|:-:|
18-
![Intro](framed_screenshots/intro.png) | ![Analysis](framed_screenshots/analysis.png) | ![Who texts first?](framed_screenshots/who_texts_first.png) | ![Total texts](framed_screenshots/total_texts.png) | ![Average text length](framed_screenshots/average_text_length.png)
16+
| Intro | Analysis | Who texts first? | Total texts | Intro (dark mode) |
17+
| :---: | :---: | :---: | :---: | :---: |
18+
| ![Intro](fastlane/metadata/android/en-US/images/phoneScreenshots/1.png) | ![Analysis](fastlane/metadata/android/en-US/images/phoneScreenshots/2.png) | ![Who texts first?](fastlane/metadata/android/en-US/images/phoneScreenshots/3.png) | ![Total texts](fastlane/metadata/android/en-US/images/phoneScreenshots/4.png) | ![Intro (dark mode)](fastlane/metadata/android/en-US/images/phoneScreenshots/5.png) |
1919

2020
## Why isn't Text Torch on Google Play?
2121

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId = "com.mileskrell.texttorch"
1212
minSdk = 21
1313
targetSdk = 32
14-
versionCode = 4
15-
versionName = "1.1.1"
14+
versionCode = 5
15+
versionName = "1.2.0"
1616
}
1717
buildTypes {
1818
getByName("release") {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Initial release
1+
Initial release
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Allow specifying how much time must pass before a new conversation is considered to have begun
1+
Allow specifying how much time must pass before a new conversation is considered to have begun
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fix rare crash caused by messages with empty recipients list
1+
Fix rare crash caused by messages with empty recipients list
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Added dark theme, used automatically when dark mode is enabled on your phone
2+
- Updated to Material Design 3 components and styles
3+
- Refreshed app colors
4+
- Bug fixes

fastlane/metadata/android/en-US/full_description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Sentry is used (opt-in) for analytics and crash reporting.
88
Permissions:
99
• READ_SMS to get SMS and MMS message data
1010
• READ_CONTACTS to display contacts' names
11-
• INTERNET and ACCESS_NETWORK_STATE for Sentry
11+
• INTERNET and ACCESS_NETWORK_STATE for Sentry
122 KB
Loading
-16 Bytes
Loading
11.6 KB
Loading

0 commit comments

Comments
 (0)