Source Code added
|
|
@ -0,0 +1,2 @@
|
|||
* Accepting webp file format
|
||||
* Fixed backup stop when an asset is of wrong file type. The app will now skip that asset and try its best to perform the backup operation on the rest of the assets.
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
* New features
|
||||
- Share album. Users can now create albums to share with existing people on the network.
|
||||
- Owner can delete the album.
|
||||
- Owner can invite the additional users to the album.
|
||||
- Shared users and the owner can add additional assets to the album.
|
||||
* In the asset viewer, the user can swipe up to see detailed information and swip down to dismiss.
|
||||
* Several UI enhancements.
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Album name is now editable
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* New Feature - Selection backup. User can now select a combination of albums to be included or excluded during the backup process, and only unique photos, and videos that are not overlapping between the two groups will be backup.
|
||||
* Bug fix - Show correct count of backup and remainder assets.
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Hotfix: Permission is being requested now when open backup screen on Android10
|
||||
|
|
@ -0,0 +1 @@
|
|||
* User can now upload profile picture from the home page control drawer.
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* Update to Material Design 3
|
||||
* Fixed back button navigation - no longer return back to the home page
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Added announcement pop-up when a new released is pushed out in Github.
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* Fixed crash issue when upload large file on slow network
|
||||
* Updated album to conform with server refactoring of SharedAlbum to Album
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* Added zoom functionality to the image viewer
|
||||
* Fixed issue with the user is logged out after turning off the app
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Fixed WebSocket endpoint to confirm with the new settings on the server
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
* Fixed app does not resume back up when reopening a closed app
|
||||
* Fixed wrong asset count on the upload page
|
||||
* Added mechanism to change the password of new user on the first login (except Admin)
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* Fixed admin is forced to change password upon logging in on mobile app
|
||||
* Fixed change password form validation
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Removed thumbnail generation on mobile - the operation now will be on the server to reduce CPU load and battery usage.
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Hot fix: Restore shared album functionality
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Add information for uploading asset and error indication with error message for each failed upload.
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Refactored app to use OpenAPI SDK to improve performance and project structure.
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Refactored app to use OpenAPI SDK to improve performance and project structure.
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Added other languages to app
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Added French, Danish, Spanish, French, Japanese, Polish, and Finish translation to the app
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* New feature - Gallery view now enable with swipping action
|
||||
* New feature - Add album feature
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
* Improve performance
|
||||
* Fix album title overflow
|
||||
* New feature - Share asset from mobile to other apps
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Modify Album API endpoint to return count attribute instead of all assets to reduce network consumption and CPU processing.
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* Added setting screen
|
||||
* Implemented dark mode
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
* Feature - [Android] Background backup.
|
||||
* Fixed - [iOS] Dark mode not auto switch.
|
||||
* Fixed - WebSocket not getting correct data on mobile.
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
* Feature - Customization options for asset grid
|
||||
* Added pt-BR Translation: Translation into Portuguese Brazil
|
||||
* Feature - Show notifications on background backup errors
|
||||
* Optimization - Use CachedNetworkImage and separate cache for thumbnails on library page
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Fixed rendering blank when failed to parse datetime on main timeline
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* Add cache setting and improve caching mechanism
|
||||
* Persist WiFi + charging settings of background backup
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* Fixed remove empty translations
|
||||
* Fixed search page crashes the app on some Android models
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Improve Android background service reliability
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Fix background service cannot run in release build
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* Fixed oversize play button on video
|
||||
* Fixed app crashing when swipe between assets
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* Fixed Android BackgroundServiceStartNotAllowedException
|
||||
* Restore old cache mechanism
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Update deprecated API that causes notification not dismissing after background upload progress finished.
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Fixed app crashes when there is no object detection result.
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Correctly display time based on timezone
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Added improvement for timeline view
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Improve scroll thumb date info
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Fixed parsing date error prevent timeline to be loaded.
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* Fixed run background service after being killed
|
||||
* Added background backup progress notifications
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* Integrate new grid system to the main timeline.
|
||||
* Minor UI update.
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Improved slow initial loading for large amount of asset.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
* Fixed back button navigation
|
||||
* Added duplicated asset upload handling mechanism
|
||||
* Fixed cannot signout completely when "Save Logged In" is checked
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
* Reduce app startup time by loading Hive boxes in parallel
|
||||
* Throttle detail progress notifications & wait on foregroundInfo
|
||||
* Throttle all background backup progress notifications
|
||||
* Add selected assets to album
|
||||
* Enhanced vertical swiping motion in image viewer
|
||||
* Enhance the bottom app bar on the home page
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Local assets are now shown in the app
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
* Added OAuth login option
|
||||
* Tidy-up dependencies, remove unused, replace rarely used ones
|
||||
* Added view LivePhotos feature
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* Fixed freezed splash screen
|
||||
* Fixed OIDC redirect but not logging in
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* Show human readable file size in detail view
|
||||
* Fix permission issue on Android 33
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
* Use binary prefixes for data sizes
|
||||
* Fix not able to show device asset on Android 13
|
||||
* Use cached asset info if unchanged instead of downloading all assets
|
||||
* Add in-app logging
|
||||
* Add search mechanism to album selection page
|
||||
* Improve UI
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Fixed foreground backup not triggered on app relaunch
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Added curated locations and objects on the search page
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* Improve data usage on loading asset
|
||||
* Add background backup delay
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Hot fix: timeline crash when trying to group invalid date info.
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Add additional supported translation for CZ, SK, and CN
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
* Added Autofill login form
|
||||
* Added Delete button in detail viewer
|
||||
* Added Disable autocorrection on endpoint URL
|
||||
* Fixed Notification android 13 permission
|
||||
* Fixed Minor typo
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Fix omit null values from json requests
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* Various performance improvements
|
||||
* UI improvement on metadata sheet
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
* Fix crash at first start related to uninitialized hive key
|
||||
* Fix invalid creation time on local asset show 1970 as year
|
||||
* Fix Home page app bar icons don't conform to theme change
|
||||
* Fix endless 'Building timeline' loop after changing the number of assets per row
|
||||
* Show current upload asset
|
||||
* Add to album from asset detail view
|
||||
* Add multi selected assets to album
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
* reused HTTP client for uploading assets
|
||||
* top padding missing from drag handle in add to album bottom sheet
|
||||
* Improve the gallery to improve scale, double tap, and swipe gesture detection
|
||||
* Uses clamping scroll physics on android
|
||||
* Fix back button closing the app from multi selection in Android
|
||||
* add and delete operation asset in album viewer doesn't update count in album list
|
||||
* Update share_file to latest version and migrate to using cross platform shareXFile
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
fixes back button while multiselecting showing the last selected image
|
||||
fixes dark mode color for invite to album app bar
|
||||
fixed local asset thumbnail size and eliminated fade in
|
||||
Fullscreen image effects
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
* Library page rework (album sorting, favorites).
|
||||
* Tap to enter immersive mode on the gallery viewer.
|
||||
* Removed stay logged in the checkbox and made it enabled by default.
|
||||
* Multiselect add to favorites from the timeline.
|
||||
* Responsive layout improvements with a navigation rail and album grid.
|
||||
* Home screen customization options.
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
* Adds over scroll at end of timeline to select images on the bottom
|
||||
* Fixes back navigation with tab controller
|
||||
* Shows a toast after adding to favorites
|
||||
* Fixed download button style
|
||||
* Cleaned up action bar, changed horizontal icon more to info icon
|
||||
* Responsive display of exif data in bottom sheet
|
||||
* Upgrade to Flutter 3.7
|
||||
* Fix freeze bug on app start
|
||||
* Uses profile photo for user avatar drawer
|
||||
* Spinning flower
|
||||
* Remove unsplash placeholder image and style empty places
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
* Scroll to top when tapping photos while already on photo page.
|
||||
* Delete goes to next page instead of popping back to the main timeline.
|
||||
* Improve date formatting.
|
||||
* Styling and linter.
|
||||
* User get logged out upon clicking on any thing after logging in.
|
||||
* Improve reliability of asset loading and indexing.
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* Fix no album thumbnail lead to no album selection shown and add global logs
|
||||
* Fix remove asset from gallery view
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
* fix: Prevents duplicate taps navigating to the same route twice.
|
||||
* fix: Adds safe area to album to stop from clipping bottom of albums.
|
||||
* feat: Adds onboarding for permissions.
|
||||
* feat: Responsive list and grid view of backup album selection and fixes search filter.
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
* Enter server first for login
|
||||
* Sync assets, albums & users to local database on device
|
||||
* Fixes hero animation on main timeline by
|
||||
* Transparent bottom Android navigation bar
|
||||
* Fix do not crash on malformed asset duration
|
||||
* Gallery viewer fullscreen edge case
|
||||
* Fix Sorted shared album and added share user doesn't reflect change in album view
|
||||
* Allow app to be used offline
|
||||
* No longer wait for background backup in settings
|
||||
* Share album name and adaptive shared album display
|
||||
* Persist album sort order
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
* refactor: migrate all Hive boxes to Isar database.
|
||||
* feat: Use new search API and GridView for Places / Locations.
|
||||
* refactor: store backup settings on device.
|
||||
* feat: Explore favorites, recently added, videos, and motion photos.
|
||||
* fix: Fixed mobile app not reporting webm MIME type.
|
||||
* feature: Hardening synchronization mechanism + Pull to refresh.
|
||||
* feat: improve explore page and allow metadata search.
|
||||
* feat: Allow headers to upload large file in chunk.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
* Improved logging page experience
|
||||
* Fixed shared page does not get all shared albums
|
||||
* Fixed hero animation re-enabling on immich asset grid
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
* Fixes white navigation bar in Android 8.
|
||||
* Add bottom safe area to video player controls.
|
||||
* Fix null check operator on null value.
|
||||
* Add troubleshooting toggle.
|
||||
* Configurable log level.
|
||||
* Consistent handling of DateTime in SyncService.
|
||||
* Fix asset removal edge cases.
|
||||
* Archive feature on mobile.
|
||||
* Add AssetState and proper asset updating.
|
||||
* Video player disposes early.
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Minor UI improvement
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* Upgrade to Flutter 3.10
|
||||
* Lazy loading of timeline
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* User can now download assets to local device
|
||||
* Increased the font size for curated image thumbnail information on the search page
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Remove Hive box
|
||||
|
|
@ -0,0 +1 @@
|
|||
* Added inline font, remove google-font dependency in pubspec.
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
This is a client app for the self-hostable Immich Server (which can be found with the app's source repo). You will need to run/manage the server on your own in order to use the app.
|
||||
|
||||
Once set up, this app can be used as photo and video backup solution directly from your mobile phone.
|
||||
|
||||
<b>Features:</b>
|
||||
|
||||
* Upload and view assets(videos/images).
|
||||
* Multi-user supported.
|
||||
* Quick navigation with drag scroll bar.
|
||||
* Auto Backup.
|
||||
* Support HEIC/HEIF Backup.
|
||||
* Extract and display EXIF info.
|
||||
* Real-time render from multi-device upload event.
|
||||
* Image Tagging/Classification based on ImageNet dataset
|
||||
* Object detection based on COCO SSD.
|
||||
* Search assets based on tags and exif data (lens, make, model, orientation)
|
||||
* Upload assets from your local computer/server using <a href='https://www.npmjs.com/package/immich' target='_blank' rel='nofollow'>immich cli tools</a>
|
||||
* Reverse geocoding from image exif data
|
||||
* Show asset's location information on map (OpenStreetMap).
|
||||
* Show curated places on the search page
|
||||
* Show curated objects on the search page
|
||||
|
After Width: | Height: | Size: 48 KiB |
BIN
mobile/android/fastlane/metadata/android/en-US/images/icon.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 173 KiB |
|
After Width: | Height: | Size: 1.6 MiB |
|
After Width: | Height: | Size: 299 KiB |
|
After Width: | Height: | Size: 681 KiB |
|
After Width: | Height: | Size: 252 KiB |
|
After Width: | Height: | Size: 517 KiB |
|
After Width: | Height: | Size: 1.6 MiB |
|
After Width: | Height: | Size: 84 KiB |
|
After Width: | Height: | Size: 3.3 MiB |
|
After Width: | Height: | Size: 185 KiB |
|
After Width: | Height: | Size: 3.7 MiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 84 KiB |
|
After Width: | Height: | Size: 3.3 MiB |
|
After Width: | Height: | Size: 185 KiB |
|
After Width: | Height: | Size: 3.7 MiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
|
@ -0,0 +1 @@
|
|||
This is a client app for the self-hostable Immich Server
|
||||
1
mobile/android/fastlane/metadata/android/en-US/title.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Immich
|
||||