Skip to content

Commit

Permalink
Version 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHalvdansson committed Nov 9, 2023
1 parent d0a580b commit d166f04
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -9,8 +9,8 @@ android {
applicationId "com.simon.harmonichackernews"
minSdkVersion 23
targetSdkVersion 34
versionCode 53
versionName "1.11.1"
versionCode 54
versionName "1.12"
compileSdk 34
buildToolsVersion = "34.0.0"

Expand Down
12 changes: 6 additions & 6 deletions app/src/main/java/com/simon/harmonichackernews/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,15 @@ private void showUpdateDialog() {
AlertDialog dialog = new MaterialAlertDialogBuilder(this)
.setTitle("Changelog")
.setMessage(Html.fromHtml( "<b>Version 1.12:</b><br>" +
"- Material (auto) is new default theme, I recommend you try this out<br>" +
"- Added ability to search comments<br>" +
"- Updated splash screen to use correct dark mode color<br>" +
"- Improved comment show/hide animation<br>" +
"- Added GitHub repo info<br>" +
"- Added Wikipedia summary<br>" +
"- Updated arXiv info box<br>" +
"- Added GitHub repo link preview<br>" +
"- Added Wikipedia link preview<br>" +
"- Updated arXiv link preview<br>" +
"- Added Algolia API error information<br>" +
"- Experimental fix for EncryptedSharedPreferences crash<br>" +
"- Added optional Twitter/X to Nitter redirect<br>" +
"- Expanded font selection to affect more components<br>" +
"- Material (auto) is new default theme<br>" +
"- Design tweaks to story page<br>" +
"- Changed default favicon provider to Google<br>" +
"- Removed WebView back, only device back from now on<br>" +
Expand All @@ -152,6 +150,8 @@ private void showUpdateDialog() {
"- Fixed several Android 14 predictive back issue<br>" +
"- Added Material You comment depth indicators<br>" +
"- Restored correct search settings (thanks Leslie Cheng)<br>" +
"- Improved comment show/hide animation<br>" +
"- Expanded font selection to affect more components<br>" +
"- Prompt to update stale stories<br>" +
"- Changed default favicon provider to Google<br>" +
"- Fixed 2 comments crashes<br>" +
Expand Down

0 comments on commit d166f04

Please sign in to comment.