| Age | Commit message (Collapse) | Author | Files | Lines |
|
Refuse to sign binaries or produce final bundles if building the app
made the git working directory dirty. A dirty working directory is an
indication that the build process changed something that it should not
touch
|
|
|
|
Instead of applying to all builds, the check is now
limited to release builds. This is necessary since
files and directories are removed as part of building
for F-Droid. It might also be useful for debug builds.
|
|
|
|
|
|
This commit does multiple changes to how we work with properties.
- Instead of relying on `e2e.properties` and `local.properties` only use
the `gradle.properties` as per standard gradle.
- Naming of properties are changed to have a coherent structure.
- Allow for setting stagemole and prod account separately.
- Consolidate all the default values into `gradle.properties`
|
|
|
|
Ensures that the local.properties check in the build script
better handles cases when the local.properties file doesn't
exist.
|
|
|
|
|
|
|
|
|