aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/helper
Commit message (Collapse)AuthorAgeFilesLines
* Adjust variable/member naming to conform to style guideThialfihar2014-04-021-4/+4
| | | | | In some cases change member accessibility, so the naming matches. Also, some key words were reordered to comply with JLS suggestions.
* Trivial spacing changes to conform to style guideThialfihar2014-04-021-1/+1
|
* Adjust copyright headersThialfihar2014-04-021-1/+1
|
* Adjust import orderThialfihar2014-04-021-6/+0
|
* add strike through text for revoked or expired keys and disable views for ↵uberspot2014-03-261-6/+8
| | | | revoked keys as well
* Rename old mentionings of APG-named thingsThialfihar2014-03-231-2/+2
| | | | | Mostly in comments, most importantly: STORE_PATH now ends in /KeychainBlobs instead of /ApgBlobs
* Fix for #410Nikhil Peter Raj2014-03-211-2/+2
|
* put colorize method into key helperDominik Schürmann2014-03-201-77/+0
|
* Merge pull request #430 from Valodim/certifyDominik Schürmann2014-03-181-0/+62
|\ | | | | Revamp certify dialogue
| * move fingerprint coloring into helperVincent Breitmoser2014-03-151-0/+62
| |
* | Lock drawer as open in tabletsuberspot2014-03-161-1/+0
| |
* | Fix export for new unified key list #409uberspot2014-03-151-14/+20
|/
* final ui code style changesuberspot2014-03-131-19/+19
|
* Fix code style in /helperuberspot2014-03-135-71/+64
|
* Export is cancellable nowgrait2014-03-131-12/+18
|
* change colorizing of fingerprint to use SHA1 based on apg's commit 67ffc24526uberspot2014-03-121-0/+22
|
* Add Email suggestions in Create Key activityuberspot2014-03-121-0/+41
|
* fix plenty of lint warnings, make some for loops into foreach, remove unused ↵uberspot2014-03-112-5/+4
| | | | imports and throw exceptions
* Add export... button and functionality in multi-selectuberspot2014-03-111-1/+0
|
* Make export work with rowIds instead of MasterKeyIdsuberspot2014-03-111-9/+6
|
* Remove duplicate code from ActionBarHelper. You can now set the drawables ↵uberspot2014-03-111-80/+27
| | | | via the method calls
* Appropriate save Icon in EditKeyActivityuberspot2014-03-111-0/+60
|
* getString before init of KeychainIntentHandlerDominik Schürmann2014-03-101-1/+1
|
* removed useless semicolons, fixed some parameters in documenation, ↵uberspot2014-03-071-1/+1
| | | | simplified some conditionals
* remove unused imports and unthrown exceptionsuberspot2014-03-071-2/+0
|
* Switch from ActionBarSherlock to ActionBarCompatDominik Schürmann2014-02-022-14/+6
|
* bouncycastle uses the Date class, based off of UTC. Force all ↵Ashley Hughes2014-01-301-19/+0
| | | | GregorianCalendars to use UTC, so get and set of key dates works as expected
* New Gradle project structureDominik Schürmann2014-01-275-0/+693