Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mileskrell committed Jul 28, 2022
1 parent 4187923 commit 0c89686
Show file tree
Hide file tree
Showing 19 changed files with 14 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ After it analyzes your SMS and MMS messages, you'll be told how you compare to e

## Screenshots

| Intro | Analysis | Who texts first? | Total texts | Average text length
|:-:|:-:|:-:|:-:|:-:|
![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)
| Intro | Analysis | Who texts first? | Total texts | Intro (dark mode) |
| :---: | :---: | :---: | :---: | :---: |
| ![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) |

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

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "com.mileskrell.texttorch"
minSdk = 21
targetSdk = 32
versionCode = 4
versionName = "1.1.1"
versionCode = 5
versionName = "1.2.0"
}
buildTypes {
getByName("release") {
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/2.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Initial release
Initial release
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Allow specifying how much time must pass before a new conversation is considered to have begun
Allow specifying how much time must pass before a new conversation is considered to have begun
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix rare crash caused by messages with empty recipients list
Fix rare crash caused by messages with empty recipients list
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Added dark theme, used automatically when dark mode is enabled on your phone
- Updated to Material Design 3 components and styles
- Refreshed app colors
- Bug fixes
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Sentry is used (opt-in) for analytics and crash reporting.
Permissions:
• READ_SMS to get SMS and MMS message data
• READ_CONTACTS to display contacts' names
• INTERNET and ACCESS_NETWORK_STATE for Sentry
• INTERNET and ACCESS_NETWORK_STATE for Sentry
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Shine a light on your texting behavior.
Shine a light on your texting behavior
1 change: 0 additions & 1 deletion fastlane/metadata/android/en-US/title.txt

This file was deleted.

Binary file removed framed_screenshots/analysis.png
Binary file not shown.
Binary file removed framed_screenshots/average_text_length.png
Binary file not shown.
Binary file removed framed_screenshots/intro.png
Binary file not shown.
Binary file removed framed_screenshots/total_texts.png
Binary file not shown.
Binary file removed framed_screenshots/who_texts_first.png
Binary file not shown.

0 comments on commit 0c89686

Please sign in to comment.