summaryrefslogtreecommitdiff
path: root/app/build.gradle
AgeCommit message (Collapse)Author
2019-11-06Revert back to Groovy DSLHarsh Shandilya
The Kotlin DSL's API is extremely terrible and makes the simplest tasks annoying. It also introduces a very noticeable build overhead that I'd rather not have. Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-03-02Rewrite Gradle configuration with Kotlin DSL (#488)Harsh Shandilya
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-01-06Enable parallel installation of release and debug builds (#471)Timo Loewe
* Specify applicationIdSuffix for debug build type This allows installing debug and release versions of the app alongside each other. * Get rid of obsolete repository declaration in app/build.gradle
2019-01-02Bump minSdk to 21 (#466)Harsh Shandilya
* Bump minSdk to 21 Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> * PasswordGenerator: Constify things Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> * Deprecate PRNG fixes The problem being fixed doesn't exist on SDK 21 and above. Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> * treewide: Switch to lambdas Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> * treewide: Formatting fixes Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> * treewide: Remove useless casts and add missing annotations Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2018-12-23bump version (#459)v1.3.2oleg-fiksel
2018-10-18bump versionv1.3.1حسين
2018-10-16bump version numberv1.3.0حسين
new versionCode format: 1 - major version 03 - minor version 00 - revision
2018-10-12Migrate to AndroidX (#430)Harsh Shandilya
* Update gradle and external dependencies - Switch away from deprecated compile directive - Remove explicit buildToolsVersion, is defined by the gradle plugin now - Fix build in SelectFolderActivity Signed-off-by: Harsh Shandilya <harsh@prjkt.io> * Upgrade gradle plugin and wrapper to latest alpha Signed-off-by: Harsh Shandilya <harsh@prjkt.io> * Don't use alpha gradle plugin Signed-off-by: Harsh Shandilya <harsh@prjkt.io> * Migrate to AndroidX https://developer.android.com/jetpack/androidx/ Signed-off-by: Harsh Shandilya <harsh@prjkt.io> * Upgrade AndroidX dependencies to stable release Signed-off-by: Harsh Shandilya <harsh@prjkt.io> * Enable Jetifier Signed-off-by: Harsh Shandilya <harsh@prjkt.io> * SelectFolderFragment: Fix build Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-10-11Update gradle and external dependencies (#429)Harsh Shandilya
* Update gradle and external dependencies - Switch away from deprecated compile directive - Remove explicit buildToolsVersion, is defined by the gradle plugin now - Fix build in SelectFolderActivity Signed-off-by: Harsh Shandilya <harsh@prjkt.io> * Upgrade gradle plugin and wrapper to latest alpha Signed-off-by: Harsh Shandilya <harsh@prjkt.io> * Don't use alpha gradle plugin Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-03-31upgrade gradle, dependencies and bump versionv1.2.0.75Mohamed
2018-01-06version bumpv1.2.0.74Mohamed
2018-01-06update versionMohamed
2017-11-19Display TOTP code if entry contains OTP secretWiktor Kwapisiewicz
TOTP is calculated on display and on copy to clipboard from secret embedded in entry (either in password or in extra) and the current time.
2017-11-19bump versionMohamed
2017-10-30update buildToolsVersion and traviszeapo
2017-10-30a bug fixes build, in alphav1.2.0.70-alphazeapo
2017-10-30update gradle, support versions and target versionszeapo
2017-08-10version bumpv1.2.0.69zeapo
2017-08-10go back to a newer version of commons-io as the ANR has been fixedzeapo
2017-08-10check that encryption workszeapo
2017-08-10Add Espresso for testingMohamed Zenadi
2017-08-10initial work on pgp activityMohamed Zenadi
2017-08-10adding kotlinMohamed Zenadi
2017-08-05version bump to 88v1.2.0.68Mohamed Zenadi
2017-08-02Fix more lint (#325)Felix Bechstein
* fix/ignore lint errors, run lint on travis * fix/ignore some lint warnings
2017-08-02typo =_=Mohamed Zenadi
2017-08-02downgrade commons-ioMohamed Zenadi
The current version generated ANRs such as: `Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 11. Wait queue head age: 8523.6ms.)` when listing / opening files
2017-07-29version bumpv1.2.0.67Mohamed Zenadi
2017-07-27version bumpv1.2.0.66Mohamed Zenadi
2017-07-25Version bump to .65Mohamed Zenadi
2017-07-25drop support for ICSMohamed Zenadi
This will reduce the specific code
2017-07-25remove copyLibs gradle fileMohamed Zenadi
2017-07-25upgrade apache commons versionMohamed Zenadi
2017-07-25remove guava depMohamed Zenadi
2017-06-24bump version to 84v1.2.0.64zeapo
revert the git background task
2017-06-18simple version bump, f-droid does not support suffixesv1.2.0.63Mohamed Zenadi
2017-06-15bump to 82v1.2.0.62-alphaMohamed
Fix majore issue with git failing silently
2017-06-05version bumpv1.2.0.61zeapo
- Added auto sync - Added background git tasks
2017-05-28version bumpzeapo
2017-05-25version bumpv1.2.0.59Mohamed
2017-05-08little refactor and version bumpv1.2.0.58zeapo
2017-03-02Added app shortcuts (#278)Hussein Mohammed
* Added app shortcuts Signed-off-by: Hussein Mohammed <zidhussein@gmail.com> * Added sdk25 to travis
2017-01-24version bumpv1.2.0.57Mohamed Zenadi
2016-12-30version bump 1.2.0.56v1.2.0.56Mohamed Zenadi
2016-12-25version bumpv1.2.0.55Mohamed Zenadi
2016-12-11version bumpv1.2.0.54Mohamed Zenadi
2016-10-16try to fix the travis build :/Mohamed Zenadi
2016-10-16sdk and libs version updateMohamed Zenadi
2016-07-29version bump 52v1.2.0.52Matthew Wong
2016-07-24version bump 51 (fdroid issue?)v1.2.0.51Matthew Wong