Skip to content

Commit

Permalink
Version 0.0.231
Browse files Browse the repository at this point in the history
  • Loading branch information
savvasdalkitsis committed Sep 21, 2024
1 parent df95b2e commit 638fc0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ android {
applicationId "com.savvasdalkitsis.uhuruphotos"
minSdk 24
targetSdk 35
versionCode 230
versionName
"0.0.230"
versionCode 231
versionName "0.0.231"

manifestPlaceholders = [
bugSnagApiKey: System.getenv("BUGSNAG_API_KEY") ?: "DUMMY-KEY",
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/231.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Big change on how remote feed loading/refreshing works.LibrePhotos now supports incremental changes in the api.
The old "full feed sync" process is no longer needed. Now the app should always be up to date with the server
* The media summary endpoints now also return GPS information which means that the map screen no longer
needs to fetch ALL media item details which means that all media should be available on the map by default.
* Updating dependencies

0 comments on commit 638fc0d

Please sign in to comment.