1
0
Fork
You've already forked opencamera
0
  • Java 94.5%
  • HTML 5.4%
2026年04月16日 11:11:27 -07:00
.idea/inspectionProfiles Accept this change for now as Android Studio keeps doing this automatically! 2025年03月22日 21:17:48 +00:00
_docs Update for release. 2025年08月18日 22:51:13 +01:00
app build: use newer java version 21 2026年04月13日 17:36:17 -07:00
fastlane/metadata/android/en-US/images Add icon to fastlane metadata. 2022年11月06日 13:37:59 +00:00
gradle/wrapper Update gradle version. 2025年01月01日 13:36:20 +00:00
LICENSES chore: comply with REUSE 2026年04月13日 06:48:39 -07:00
.envrc build(flake): init 2026年04月13日 06:48:35 -07:00
.gitignore build(flake): init 2026年04月13日 06:48:35 -07:00
build.gradle Update gradle version. 2025年01月01日 13:36:20 +00:00
flake.lock build(flake): init 2026年04月13日 06:48:35 -07:00
flake.nix build(flake): remove useless lsp and add apksigner 2026年04月16日 11:11:27 -07:00
gradle.properties Update gradle / Android Studio. 2024年01月13日 00:05:05 +00:00
gradlew Set the eXecuteable flag on the gradle wrapper script 2017年02月22日 00:23:23 +01:00
gradlew.bat Switch from Eclipse to Android Studio; also merge the test project into this project. 2016年10月22日 19:02:24 +01:00
makesrcarchive.bat Add icon to fastlane metadata. 2022年11月06日 13:37:59 +00:00
old_readme.md docs: rename old textfile 2026年04月13日 17:36:17 -07:00
readme.md docs(readme): init 2026年04月13日 07:51:34 -07:00
REUSE.toml chore: comply with REUSE 2026年04月13日 06:48:39 -07:00
settings.gradle specify Java toolchain 17 to avoid warning when using latest Android Studio. 2025年01月09日 22:32:12 +00:00

Open Camera

forked from https://sourceforge.net/p/opencamera/code

upstream website can be found at https://opencamera.org.uk/

Building

For an easy start, activate the nix devshell:

direnv allow || nix develop

And gradle should be avaliable, working as expected.

gradle build

Resulting apks can be found at app/build/outputs/apk/release/app-release-unsigned.apk and app/build/outputs/apk/debug/app-debug.apk