summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-02use transifex for translationsحسين
2019-01-02Rewrite pwgen package in Kotlin (#463)Harsh Shandilya
* Rename classes to not be ugly as all hell Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> * PgpActivity: Cleanup Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> * Rewrite pwgen package in Kotlin Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> * PRNGFixes: Remove constant conditions Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-01-01move strings in PasswordStore.javaحسين
2019-01-01fix potential NPE when getting last changed timestamp.حسين
2019-01-01Spanish translation addedRicardo Román
2018-12-25alert user when password is being overriddenحسين
2018-12-25opt out of google drive app backupحسين
2018-12-25added changelogحسين
2018-12-25Commit messages (#455)حسين
* use full password path in add/edit git commit message * commit strings are format strings * use format strings in other languages * use move/rename commit message
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