aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain
Commit message (Collapse)AuthorAgeFilesLines
* update from transifexDominik Schürmann2014-01-3119-54/+141
|
* bouncycastle uses the Date class, based off of UTC. Force all ↵Ashley Hughes2014-01-304-27/+15
| | | | GregorianCalendars to use UTC, so get and set of key dates works as expected
* binding signatures have the same creation timeAshley Hughes2014-01-301-1/+6
|
* change key expiryAshley Hughes2014-01-302-26/+29
|
* add some changelog itemsDominik Schürmann2014-01-291-1/+10
|
* language fixDominik Schürmann2014-01-2918-22/+21
|
* Fix transifex config and pull translationsDominik Schürmann2014-01-2920-320/+459
|
* small language changesDominik Schürmann2014-01-291-2/+2
|
* show unknown in ViewKey if user id is not setDominik Schürmann2014-01-291-2/+7
|
* Give expiry dates to PgpKeyOperationDominik Schürmann2014-01-295-17/+43
|
* Use intent data instead of IDs for upload and sign, fixes #205Dominik Schürmann2014-01-294-40/+43
|
* save keyring in-place, fixes #228, #203Dominik Schürmann2014-01-293-198/+232
|
* Update gradle build files to use android plugin 0.8.0, build tools 19.0.1Dominik Schürmann2014-01-291-16/+2
|
* small code restructuresDominik Schürmann2014-01-291-5/+5
|
* show import secret key userIDAshley Hughes2014-01-281-1/+2
|
* exporting secret keys means exporting public, no need to do so twiceAshley Hughes2014-01-281-25/+22
|
* Fix logging in ClipboardReflectionDominik Schürmann2014-01-281-5/+3
|
* re-enable getEmbeddedSignaturesAshley Hughes2014-01-271-10/+10
|
* New Gradle project structureDominik Schürmann2014-01-27359-215/+0
|
* Remove old spongy castle libsDominik Schürmann2014-01-275-0/+0
|
* New build files for spongy castleDominik Schürmann2014-01-271-0/+4
|
* Disable getEmbeddedSignatures() until patch by Ashh87 has been applied again ↵Dominik Schürmann2014-01-271-8/+8
| | | | in our spongy castle fork
* fix crash on keys with empty user idDominik Schürmann2014-01-254-46/+46
|
* remove navigation drawer from helpDominik Schürmann2014-01-251-15/+7
|
* smaller expiry buttonsDominik Schürmann2014-01-251-1/+2
|
* remove shadow from iconDominik Schürmann2014-01-256-0/+0
|
* Merge branch 'master' of github.com:dschuermann/openpgp-keychainDominik Schürmann2014-01-243-7/+12
|\
| * add "never" for ttl for passphrase cacheM. Dietrich2014-01-233-7/+12
| |
* | Fix language problems (thanks to yahoe.001)Dominik Schürmann2014-01-243-26/+32
|/
* update from transifex for russian translationDominik Schürmann2014-01-211-1/+1
|
* update from transifexDominik Schürmann2014-01-217-124/+124
|
* pull translation from transifexDominik Schürmann2014-01-2019-22/+718
|
* update from transifexDominik Schürmann2014-01-195-35/+82
|
* remove unused adapterDominik Schürmann2014-01-191-266/+0
|
* Version 2.2Dominik Schürmann2014-01-191-2/+2
|
* changelog for 2.2Dominik Schürmann2014-01-192-1/+14
|
* fix crashes on Android 2.3Dominik Schürmann2014-01-1912-108/+170
|
* pull from transifexDominik Schürmann2014-01-191-5/+5
|
* pull from transifexDominik Schürmann2014-01-192-6/+17
|
* pull from transifexDominik Schürmann2014-01-1915-226/+184
|
* fix pluralDominik Schürmann2014-01-191-0/+1
|
* more language fixes and cleanupDominik Schürmann2014-01-1916-122/+84
|
* use pluralsDominik Schürmann2014-01-1910-80/+227
|
* remove unused stringDominik Schürmann2014-01-191-1/+0
|
* transifex config and current translationsDominik Schürmann2014-01-1960-0/+3241
|
* improve sharing of keyDominik Schürmann2014-01-191-3/+2
|
* improve sharing of keyDominik Schürmann2014-01-193-27/+76
|
* share fingerprint with qr codeDominik Schürmann2014-01-196-33/+79
|
* fix qr code scanning, implement basic scanning of fingerprint onlyDominik Schürmann2014-01-194-93/+173
|
* improve performance of adapter implementations by caching index, use data ↵Dominik Schürmann2014-01-1911-66/+226
| | | | uri where possible in ViewKeyActivity