Skip to content

Commit

Permalink
Update version to 1.28.0(42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Jul 13, 2024
1 parent 19f00c2 commit 5cc7186
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 8 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.28.0] - 2024-07-13

### Added

Expand Down Expand Up @@ -595,7 +595,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- "Library is not accessible" during the connection, when the entered root URL doesn't match the
`PHOTOPRISM_SITE_URL` server config value

[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.27.0(41)...HEAD
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.28.0(42)...HEAD

[1.28.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.27.0(41)...1.28.0(42)

[1.27.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.26.0(40)...1.27.0(41)

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ This Android app brings a convenient mobile gallery experience for [PhotoPrism](
</p>

It does not support all the official web app functionality, but nevertheless has plenty of useful features:
- Sending photos or videos to Gmail, Telegram or any other app
- Sending photos and videos to Gmail, Telegram or any other app
- Grouping the content by days and months
- Timeline scroll that lets you quickly jump to a specific month
- [Configurable search](https://github.com/Radiokot/photoprism-android-client/wiki/How-to-search-the-library)
- [Search bookmarks](https://github.com/Radiokot/photoprism-android-client/wiki/How-to-use-search-bookmarks) that let you save search configurations and apply them later
- Enhanced live photo viewer, which works best with Samsung and Apple shots
- Full-screen slideshow with configurable speed and video autoplay
- Deleting items without archiving them first
- Importing photos and videos trough sharing
- Endless session without the need to re-enter the password
- [Connection to both private and public libraries](https://github.com/Radiokot/photoprism-android-client/wiki/Connection-guide)
- Support of [mTLS (mutual TLS)](https://github.com/Radiokot/photoprism-android-client/wiki/How-to-connect-to-a-library-with-mTLS-(mutual-TLS)-auth%3F), [HTTP basic auth](https://github.com/Radiokot/photoprism-android-client/wiki/Connection-guide#examples-of-valid-urls) and [SSO](https://github.com/Radiokot/photoprism-android-client/wiki/Connection-guide#sso) like Authelia, Cloudflare Access, etc.
Expand All @@ -31,7 +32,7 @@ The gallery is not intended to sync content with the library.
I recommend using [Autosync app](https://play.google.com/store/apps/details?id=com.ttxapps.autosync).

## Compatibility
The gallery is confirmed to work with PhotoPrism versions from
The gallery runs on Android 5.0+ and it is confirmed to work with PhotoPrism versions from
[July 11, 2024](https://github.com/photoprism/photoprism/releases/tag/240711-2197af848)
down to [October 9, 2021](https://github.com/photoprism/photoprism/releases/tag/211009-d6cc8df5).
It may work with older ones though, I just haven't tested it.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
targetSdk 34

applicationId "ua.com.radiokot.photoprism"
versionCode 41
versionName "1.27.0"
versionCode 42
versionName "1.28.0"

// Must be aligned with @xml/locale_config and values-*.
resConfigs "en", "cs", "de", "el", "es", "fr", "it", "ru", "tr", "uk", "zh", "zh-rTW"
Expand Down
14 changes: 14 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/42.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Full changelog:
https://radiokot.com.ua/pp-changes

Added:
- Ability to import files by sharing them to the gallery
- Ability to connect to the demo library by long clicking the connection screen title
- Silent correction of PhotoPrism library page URLs during the connection

Fixed:
- "Done" button on the search people selection screen covering the last person

Changed:
- Current values of slideshow speed and gallery item size are now shown in the preferences
- Errors in text input fields no longer hide their action buttons
5 changes: 3 additions & 2 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
This app brings a convenient mobile gallery experience for PhotoPrism.
It does not support all the official web app functionality, but nevertheless has plenty of useful features:
- Sending photos or videos to Gmail, Telegram or any other app
- Sending photos and videos to Gmail, Telegram or any other app
- Grouping the content by days and months
- Timeline scroll that lets you quickly jump to a specific month
- Configurable search
- Search bookmarks that let you save search configurations and apply them later
- Enhanced live photo viewer, which works best with Samsung and Apple shots
- Full-screen slideshow with configurable speed and video autoplay
- Deleting items without archiving them first
- Importing photos and videos trough sharing
- Endless session without the need to re-enter the password
- Connection to both private and public libraries
- Support of mTLS (mutual TLS), HTTP basic auth and SSO like Authelia, Cloudflare Access, etc.
- TV compatibility to easily browse your library with a remote-control (Search is only available with a mouse for now)

The gallery is confirmed to work with PhotoPrism versions from July 11, 2024 down to October 9, 2021
The gallery runs on Android 5.0+ and it is confirmed to work with PhotoPrism versions from July 11, 2024 down to October 9, 2021.

This is a free open-source app under the GPLv3 license: https://github.com/Radiokot/photoprism-android-client

0 comments on commit 5cc7186

Please sign in to comment.