Skip to content

Commit

Permalink
v2.5, mark vassa day, improve UI, code
Browse files Browse the repository at this point in the history
  • Loading branch information
dpcpnry committed Oct 31, 2023
1 parent 5d3d9de commit b2fb5f1
Show file tree
Hide file tree
Showing 4 changed files with 1,037 additions and 1,293 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ To download the latest version of the Upcal Android app, check [releases](https:

# Attributions

+ Android app Webview template

```markdown
Based on [slymax/webview](https://github.com/slymax/webview).
It was modified to allow JavaScript alerts, request GPS permission etc.
```


+ SunCalc (Vladimir Agafonkin)
```text
Expand Down Expand Up @@ -96,6 +88,14 @@ SOFTWARE.
```

+ Android app Webview template

```markdown
Based on [slymax/webview](https://github.com/slymax/webview).
It was modified to allow JavaScript alerts, request GPS permission etc.
```


## Misc dev

+ Reduce screenshot files:
Expand All @@ -109,9 +109,10 @@ jpegoptim --size=150k ./*.jpg

```bash

# Draft release, upcal_v2.2.0.apk must present
# Draft release, upcal_v2.5.0.apk must present
# remember to update the version

gh release create v2.2.0 --title "Upcal v2.2.0" --notes "Click **> Assets** and download the apk file." upcal_v2.2.0.apk --draft
gh release create v2.5.0 --title "Upcal v2.5.0" --notes "Click **> Assets** and download the apk file." upcal_v2.5.0.apk --draft

# Then login github web, check and publish
# Can publish directly by removing the --draft option
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 14
targetSdkVersion 31
versionCode 2
versionName "2.4"
versionName "2.5"
}
buildTypes {
release {
Expand Down
Loading

0 comments on commit b2fb5f1

Please sign in to comment.