Media Gallery app for Android made with Jetpack Compose
Find a file
2026-02-17 00:13:47 +02:00
.github Use temurin jdk for building release packages 2025-05-22 11:37:30 +03:00
app monochrome app icon: increase strokeWidth 2025-11-27 19:58:56 +02: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 Update dependencies 2025-11-15 19:59:30 +02: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 typos in the README 2026-02-17 00:13:47 +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. Gallery is 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 above
  • Donations:
    • Use the links on the right side of the repo (Sponsor me)
    • More options available in-app (Settings -> Donate)

Frequent Questions

  • Why is the Google Play version 'Paid'?
    • It's just another way to support the project while getting back automatic updates via Google Play
  • Why is Android 11 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 volunteers to do so before me, they can submit 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. If the feature will be considered useful and possible, it can be added.
  • Can you remove permission [X]?
    • Several permissions (e.g. Internet connectivity, location) are for showing a map preview of your current photo location data. If you do not need this feature, you can download a nomaps release from the Releases page.