Skip to content

Commit 8d7c576

Browse files
authored
Added required setup for f-droid (#88)
* Added required setup for f-droid * Added distributionSha256Sum tp gradle-wrapper.properties
1 parent fccdbdd commit 8d7c576

25 files changed

+29
-0
lines changed

fastlane/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This directory exists because of the F-Droid build process. F-Droid is using the same directory structure as Fastlane for the app metadata.
2+
3+
Because F-Droid expects the metadata to be located in the root of the repository we need to have this symlink.

fastlane/metadata

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../mobile/android/fastlane/metadata
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* Added curated locations and objects on the search page
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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.
2+
3+
Once set up, this app can be used as photo and video backup solution directly from your mobile phone.
4+
5+
<b>Features:</b>
6+
7+
* Upload and view assets(videos/images).
8+
* Multi-user supported.
9+
* Quick navigation with drag scroll bar.
10+
* Auto Backup.
11+
* Support HEIC/HEIF Backup.
12+
* Extract and display EXIF info.
13+
* Real-time render from multi-device upload event.
14+
* Image Tagging/Classification based on ImageNet dataset
15+
* Object detection based on COCO SSD.
16+
* Search assets based on tags and exif data (lens, make, model, orientation)
17+
* Upload assets from your local computer/server using <a href='https://www.npmjs.com/package/immich' target='_blank' rel='nofollow'>immich cli tools</a>
18+
* [Optional] Reserve geocoding using Mapbox (Generous free-tier of 100,000 search/month)
19+
* Show asset's location information on map (OpenStreetMap).
20+
* Show curated places on the search page
21+
* Show curated objects on the search page
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Immich

mobile/android/fastlane/metadata/android/en-US/video.txt

Whitespace-only changes.

mobile/android/gradle/wrapper/gradle-wrapper.properties

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
66
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
7+
distributionSha256Sum=0080de8491f0918e4f529a6db6820fa0b9e818ee2386117f4394f95feb1d5583

0 commit comments

Comments
 (0)