aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/widget
Commit message (Expand)AuthorAgeFilesLines
* pass through original primary IDAshley Hughes2014-03-272-0/+20
* keep up with masterAshley Hughes2014-03-072-88/+78
|\
| * corrected commitAnkush2014-03-071-4/+4
| * 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
| |/
| * #226: Async key gen task is stopped if progress is canceledJessica Yuen2014-03-021-2/+8
| * #226: Activity no longer closes if progress is canceled for key creation in E...Jessica Yuen2014-03-021-1/+1
| * #226: Added cancel option to ProgressDialogFragments. Create Key is now cance...Jessica Yuen2014-03-021-1/+1
| * Complete fix for #304Nikhil Peter Raj2014-02-271-94/+23
* | pass through which keys are newAshley Hughes2014-02-222-0/+17
* | change how primary id changing is passed throughAshley Hughes2014-02-222-1/+19
* | put main original id at the topAshley Hughes2014-02-211-1/+4
* | pass through deleted keysAshley Hughes2014-02-151-2/+13
* | propgate throughAshley Hughes2014-02-142-7/+29
* | save work, this code doesn't work...Ashley Hughes2014-02-131-0/+19
* | saving fixesAshley Hughes2014-02-082-10/+20
* | fix a crashAshley Hughes2014-02-061-4/+8
* | action bar and a small fixAshley Hughes2014-02-062-4/+7
* | select old date doesn't need saveAshley Hughes2014-02-061-2/+6
* | pass message when key addedAshley Hughes2014-02-061-0/+6
* | some fixesAshley Hughes2014-02-061-20/+27
* | final link in chain, fix compileAshley Hughes2014-02-062-2/+6
* | allow blank names and emailsAshley Hughes2014-02-061-50/+17
* | new Ids need to be savedAshley Hughes2014-02-062-5/+6
* | notify of changesAshley Hughes2014-02-052-1/+47
* | edit ui knows it it has been changedAshley Hughes2014-02-052-6/+21
* | saveAshley Hughes2014-02-055-10/+69
* | use usage argument if neededAshley Hughes2014-02-042-5/+7
* | 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
|/
* Switch from ActionBarSherlock to ActionBarCompatDominik Schürmann2014-02-021-6/+4
* create new keys without lots of extra certificationAshley Hughes2014-02-011-24/+9
|\
| * wrong types being createdAshley Hughes2014-02-011-2/+2
| * create keys with minimal keyrings being constructed in betweenAshley Hughes2014-01-311-1/+1
| * generate single keyAshley Hughes2014-01-311-21/+7
* | Allow state loss on dismissal of progress dialogs, fixes #217Dominik Schürmann2014-01-311-22/+26
|/
* 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-278-0/+1149