aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/KeyEditor.java
Commit message (Expand)AuthorAgeFilesLines
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-061-377/+0
* Rename "canEdit" to "canBeEdited"Thialfihar2014-04-021-2/+2
* Add missing and curly brackets and fix othersThialfihar2014-04-021-9/+10
* Rearrange too long linesThialfihar2014-04-021-8/+15
* Trivial spacing changes to conform to style guideThialfihar2014-04-021-8/+8
* Adjust import orderThialfihar2014-04-021-16/+9
* change how new default keys are passed back, fix showing their usage flagsAshley Hughes2014-03-311-5/+5
* merge masterAshley Hughes2014-03-291-12/+25
|\
| * more UI code style fixesuberspot2014-03-131-6/+10
| * First code style changes in uiuberspot2014-03-131-24/+15
| * Lint changes after testingBhargav Golla2014-03-101-0/+2
| * Revert "Lint changes"Dominik Schürmann2014-03-101-2/+0
| * Merge pull request #381 from bhargavgolla/Lint-error-fixDominik Schürmann2014-03-101-0/+2
| |\
| | * Lint changesBhargav Golla2014-03-101-0/+2
| * | Fix key id and fingerprint handling, use full key idsDominik Schürmann2014-03-091-3/+2
| |/
* | keep up with masterAshley Hughes2014-03-071-3/+44
|\|
| * Merge branch 'master' of https://github.com/openpgp-keychain/openpgp-keychain...Miroojin Bakshi2014-03-061-2/+24
| |\
| | * Removed log statements as per Dominik's suggestionsBhargav Golla2014-03-051-4/+0
| | * Set min date to one day after Created Date. Works on Honeycomb and aboveBhargav Golla2014-03-051-4/+25
| | * Adding a min date not to go below creation dateBhargav Golla2014-03-041-1/+3
| * | Use string from strings.xmlMiroojin Bakshi2014-03-061-1/+1
| * | Add documentationMiroojin Bakshi2014-03-061-3/+8
| * | Hide CalendarView in tabletsMiroojin Bakshi2014-03-041-0/+3
| * | Extend DatePickerDialog and override setTitle() method.Miroojin Bakshi2014-03-041-1/+12
| |/
* | pass through which keys are newAshley Hughes2014-02-221-0/+5
* | saving fixesAshley Hughes2014-02-081-7/+13
* | fix a crashAshley Hughes2014-02-061-4/+8
* | select old date doesn't need saveAshley Hughes2014-02-061-2/+6
* | final link in chain, fix compileAshley Hughes2014-02-061-2/+1
* | notify of changesAshley Hughes2014-02-051-0/+24
* | saveAshley Hughes2014-02-051-5/+32
* | use usage argument if neededAshley Hughes2014-02-041-3/+5
* | preserve keys that we don\'t use in the appAshley Hughes2014-02-041-11/+9
* | fix certify keys without sign flagAshley Hughes2014-02-041-1/+0
* | save flags from checkboxesAshley Hughes2014-02-031-14/+12
* | include authentication keysAshley Hughes2014-02-031-0/+1
* | set checkboxes from key propertiesAshley Hughes2014-02-021-37/+37
* | replace spinner with non-functioning checkboxesAshley Hughes2014-02-021-22/+22
|/
* bouncycastle uses the Date class, based off of UTC. Force all GregorianCalend...Ashley Hughes2014-01-301-4/+6
* Give expiry dates to PgpKeyOperationDominik Schürmann2014-01-291-9/+6
* New Gradle project structureDominik Schürmann2014-01-271-0/+256