Media Gallery app for Android made with Jetpack Compose
Find a file
IacobIonut01 ce676dbf3e Editor: Fix image loading after 4.0.0 update
Fixes #725

Signed-off-by: IacobIonut01 <paulionut2003@gmail.com>
2025-10-12 23:01:19 +03:00
.github Use temurin jdk for building release packages 2025-05-22 11:37:30 +03:00
app Editor: Fix image loading after 4.0.0 update 2025-10-12 23:01:19 +03:00
baselineProfile Gradle: Update other gradle scripts and baseline profile 2025-10-11 14:30:27 +03:00
fastlane/metadata/android/en-US Update graphics and add fastlane changelog 2025-10-12 14:28:23 +03:00
gradle Gallery 4.0.0 Release 2025-10-12 12:53:06 +03:00
libs Gradle: Update other gradle scripts and baseline profile 2025-10-11 14:30:27 +03:00
screenshots Update graphics and add fastlane changelog 2025-10-12 14:28:23 +03:00
.gitignore Merge 3.0.0 Release (#442) 2024-09-01 18:34:11 +03:00
build.gradle.kts Merge 3.0.0 Release (#442) 2024-09-01 18:34:11 +03:00
crowdin.yml Update Crowdin configuration file 2023-04-15 20:59:50 +03:00
gradle.properties Gradle: 4.0.0-40018 Nightly build 2025-07-26 13:36:26 +03:00
gradlew Update dependency gradle to v8.10 (#375) 2024-09-02 12:37:20 +03:00
gradlew.bat Update dependency gradle to v8.10 (#375) 2024-09-02 12:37:20 +03:00
LICENSE Gallery: Add LICENSE file 2023-04-10 13:15:40 +03:00
play_release.patch CI: Add Google Play release 2024-03-10 21:58:51 +02:00
README.md Fill certificate fingerprints 2025-03-16 16:05:18 +02:00
renovate.json Add Renovate support 2023-06-30 10:10:23 +03:00
settings.gradle.kts Merge 3.0.0 Release (#442) 2024-09-01 18:34:11 +03:00
strip_allfiles_permission.sh Gallery: Strip all files permission for google play release (does not pass review) 2024-03-23 20:28:46 +02:00
strip_permission.sh CI: Shorten strip_permission script 2023-10-27 17:28:40 +03:00

Gallery

An Android Gallery app built with Jetpack Compose.

The goal of this project is to create and bring the Gallery app everyone wants, with the features everyone needs. FOSS

Downloads CI License Crowdin GitHub Repo stars

Crowdin Community

Download

Get it on F-Droid Get it on Google Play Get it on GitHub

Support

  • Translate the project using the link from above
  • Donations:
    • Use the links on the right side of the repo (Sponsor me)
    • More options available in-app (Settings -> Donate)

Frequent Questions

  • Why Google Play version is 'Paid'?
    • It's just another way to support the project while getting back automatic updates via Google Play
  • Why Android 11 is the minimum version required?
    • Some Media features and APIs require Android 11 as a minimum version [Trash feature, most APIs used in the app]
  • Will you support lower android versions?
    • While this is not a priority right now, I do have in mind to include support for lower Android versions at a cost of reduced features. If anyone volntueers to do so before me can request a pull request.
  • Can I verify the downloaded APK file?
    • Checksums of APKs are provided in the release notes. The signing certificate fingerprint is listed below:
      • SHA-256: 78:46:05:DD:50:75:BE:05:82:78:A5:42:5C:BD:E5:21:31:62:CB:B4:59:1B:44:28:F4:4E:75:E0:8C:C6:43:8A
      • SHA-1: AD:93:69:27:F2:3B:33:99:FC:C0:B2:8A:25:44:C8:1C:AA:42:B0:9A
      • MD5: 73:FC:3C:60:14:D3:69:6D:1B:DA:34:F1:BF:5A:33:3C
  • Will you add [X] feature?
    • Please open a new feature request under 'Issues' tab and if the feature will be considered useful and possible can be added.