Added required setup for f-droid (#88)
* Added required setup for f-droid * Added distributionSha256Sum tp gradle-wrapper.properties
3
fastlane/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
This directory exists because of the F-Droid build process. F-Droid is using the same directory structure as Fastlane for the app metadata.
|
||||
|
||||
Because F-Droid expects the metadata to be located in the root of the repository we need to have this symlink.
|
1
fastlane/metadata
Symbolic link
@ -0,0 +1 @@
|
||||
../mobile/android/fastlane/metadata
|
@ -0,0 +1 @@
|
||||
* Added curated locations and objects on the search page
|
@ -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>
|
||||
* [Optional] Reserve geocoding using Mapbox (Generous free-tier of 100,000 search/month)
|
||||
* 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: 2.7 MiB |
After Width: | Height: | Size: 299 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 (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.
|
1
mobile/android/fastlane/metadata/android/en-US/title.txt
Normal file
@ -0,0 +1 @@
|
||||
Immich
|
@ -4,3 +4,4 @@ distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
|
||||
distributionSha256Sum=0080de8491f0918e4f529a6db6820fa0b9e818ee2386117f4394f95feb1d5583
|