summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-23bump version (#459)v1.3.2oleg-fiksel
2018-12-01Improve french translation (#456)maximemenager
2018-11-26removed irc badgeحسين
2018-11-22Additional fixes (#449)Harsh Shandilya
* Convert ToCloneOrNot to Kotlin Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> * Cleanup and fix memory leak in SshKeyGen Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> * Fix manifest issues - Indent with 4 spaces - Fix typo'd meta-data values Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> * travis: Install build tools 28.0.3 Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2018-10-25extra field is multi-lineحسين
2018-10-18bump versionv1.3.1حسين
2018-10-17set default sort orderحسين
resolves #437
2018-10-16bump version numberv1.3.0حسين
new versionCode format: 1 - major version 03 - minor version 00 - revision
2018-10-14README: Fix dead links and cleanup formatting (#435)Harsh Shandilya
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-10-14Rewrite Travis-CI configuration (#436)Harsh Shandilya
* Rewrite Travis-CI configuration - Use OpenJDK - Enable Travis-CI caches - Switch to Travis' own dependency management system Signed-off-by: Harsh Shandilya <harsh@prjkt.io> * Gradle plugin 3.2.0 uses build-tools-28.0.2 Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-10-12wrapping of long passwordsحسين
resolves #360
2018-10-12use visible password fieldHussein Mohammed
resolves #366.
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-12treewide: Cleanup relevant build warnings (#433)Harsh Shandilya
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-10-11Main view: open search view on keyboard press (#432)Markus Gräb
2018-10-11Cancel running DelayShow async tasks (#416) (#431)setine
These tasks were filling up the threadpool slots and leading to delays in executing further AsyncTasks after a while.
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-09-28update READMEHussein Mohammed
* Moved sections of the README to the wiki page. * Removed old video walkthrough (could re-record with most recent version of the app). * Re-ordered sections. * Fixed typos.
2018-09-25Clean paths (#425)Joakim Lundborg
* Clean path display This removes slashes from end of directories in the label, and the start and end slash of the item headline. * Item icon alignment Change icon alignment to bottom, which makes the display look cleaner when there is no path.
2018-09-25Display HOTP code if password contains HOTP secret, unify HOTP and TOTP code ↵Joel Beckmeyer
(#413) * Display HOTP code if password contains HOTP secret, unify HOTP and TOTP code * Add ability to show HOTP instead of showing every decrypt * Fix off by 1 error * fix return intent logic so that edits and HOTP increments are properly committed * fix linting errors * Fix broken logic for case when a password is created * add ability to choose if password entry will be updated on HOTP code calculation
2018-09-19don't show hidden files and directories (#424)Daniel Rose
2018-09-13remove maintainer msgMohamed Zenadi
2018-09-11Clear clipboard 20 times fix (#423)alexlab2017
* Fix clear clipboard 20 times As described in issue #419 there was a bug when clearing clipboard 20 times because from "0" to "< 19" there are 19 numbers, not 20. 19 is never reached because of "less than" operator. This could be also fixed by changing the operator from "=" to "<=" but I think is better to change the number of times to 20. * Fixed clear clipboard 20 times hint Fixed the hint to match what really happens, consecutive numbers are stored in the clipboard 20 times.
2018-08-20Allow installation to external media (SD card) (#420)leggewie
This change will enable installation of the app to external as well as internal flash memory which is important for devices where internal memory is limited but external memory is cheap and abundant in form of micro SD cards. More information at https://developer.android.com/guide/topics/data/install-location
2018-08-20change the sort order of password items (#421)حسين
2018-07-28Remove APG from FAQ (#418)Vincent Breitmoser
APG is no longer in the Play Store, so this is probably no longer a FAQ :)
2018-05-16fix zh_rCN string translate. (#407)cpdyj
2018-05-02added support for adaptive icon (#402)حسين
Signed-off-by: Hussein Mohammed <zidhussein@gmail.com>
2018-04-29Looking for a maintainer.Mohamed Zenadi
2018-04-01Added backers and sponsors on the README (#388)jess
2018-03-31add a signed build with autofill includedMohamed
2018-03-31upgrade gradle, dependencies and bump versionv1.2.0.75Mohamed
2018-03-07Adding Arabic i18n (#382)ButterflyOfFire
2018-02-04fix travis buildMohamed
2018-02-04inform the user that remembering ssh-key passphrase is insecureMohamed
see #378
2018-02-04build a signed APK for master branchMohamed
2018-01-20Update Japanese assets (#372)Shuhei YOSHIDA
* "張り付け" to "貼り付け" "Paste" is "貼り付け" in Japanese * Translate to Japanese
2018-01-16Fix totp elements layout (#367)Balasankar C
* Fix totp elements layout * Add missing rule * Make username copy button invisible by default * Fix totp copy button string * Don't show username fields if not set
2018-01-06version bumpv1.2.0.74Mohamed
2018-01-06update versionMohamed
2018-01-06refactor support for application overlay in api v >= 26 (#364)Tarcio Saraiva
2018-01-06Update README.md (#368)Igor Ovsiannikov
I suggest to make picture width 320px. Currently it is very big and does not even fit the screen. And it seems, `style` does not work for some reason.
2017-12-27Password should be invisible to the accessibility services (#362)mohammadnaseri
2017-12-26show age for passwords in detail view (#339)Christoph Böhmwalder
* show age for passwords in detail view Implements #330. This fetches the latest commit where the respective password file was changed from the current HEAD and outputs the relative time since the last change on the decrypt page. * Move lastChanged logic out of PgpActivity This nicely encapsulates the lastChanged logic (and thus separates it from dependencies like git). The last changed date is now passed as a timestamp using the Intent's extra info.
2017-11-25Fix <H3> markdown syntaxFabrice Laporte
2017-11-19fix totp not showing if set in password without extra contentMohamed
2017-11-19hide password label if password is emptyMohamed
fix #295
2017-11-19add a missing check that password clearing task is runningMohamed
fixes #351
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-19update travisv1.2.0.73Mohamed