aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/widget
Commit message (Expand)AuthorAgeFilesLines
* First code style changes in uiuberspot2014-03-137-40/+25
* Merge pull request #396 from bhargavgolla/Lint-error-fixDominik Schürmann2014-03-121-0/+2
|\
| * Merge remote-tracking branch 'upstream/master' into Lint-error-fixBhargav Golla2014-03-101-46/+55
| |\
| * | Lint changes after testingBhargav Golla2014-03-101-0/+2
* | | Add Email suggestions in Create Key activityuberspot2014-03-121-5/+12
| |/ |/|
* | Fix progress_generating and reformatDominik Schürmann2014-03-101-46/+55
|/
* 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
|/
* removed useless semicolons, fixed some parameters in documenation, simplified...uberspot2014-03-071-1/+1
* 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
* 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