Skip to content

Commit

Permalink
Update version, changelog, README
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Jun 9, 2023
1 parent b86a9d6 commit ad82d9c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,5 @@ the chooser dialog to open the Note using the android file manager.
* **New note name template** – Set a template for new note
names. Use the dialog to choose a name.
* **Browser** – Use browser for external links
* **Dark theme** – Use dark theme for editing
* **Theme** – Choose app theme
* **About** – Show app version, licence and credits
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "org.billthefarmer.notes"
minSdkVersion 14
targetSdkVersion 28
versionName "1.34"
versionCode 134
versionName "1.35"
versionCode 135

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelog/135.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Add system theme
2 changes: 1 addition & 1 deletion src/main/assets/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,5 @@ the chooser dialog to open the Note using the android file manager.
* **New note name template** – Set a template for new note
names. Use the dialog to choose a name.
* **Browser** – Use browser for external links
* **Dark theme** – Use dark theme for editing
* **Theme** – Choose app theme
* **About** – Show app version, licence and credits
22 changes: 2 additions & 20 deletions src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
@@ -1,30 +1,12 @@
<?xml version="1.0" encoding="utf-8"?><!--
Diary - Personal diary for Android
Copyright (C) 2017 Bill Farmer
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<?xml version="1.0" encoding="utf-8"?>
<resources>

<string-array name="pref_theme_entries">
<item>Light</item>
<item>Dark</item>
<item>System</item>
</string-array>

<string-array name="pref_theme_entry_values">
<item>0</item>
<item>1</item>
Expand Down

0 comments on commit ad82d9c

Please sign in to comment.