aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/widget
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #396 from bhargavgolla/Lint-error-fixDominik Schürmann2014-03-121-0/+2
|\ | | | | Lint error fix after testing
| * 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
| | | | This reverts commit e00436b4096466af37b3e32c3f3277c3604d85ee.
* Merge pull request #381 from bhargavgolla/Lint-error-fixDominik Schürmann2014-03-101-0/+2
|\ | | | | Lint changes #223
| * Lint changesBhargav Golla2014-03-101-0/+2
| | | | | | | | | | | | Deleting lint-report gen files Adding lint output files to gitignore
* | Fix key id and fingerprint handling, use full key idsDominik Schürmann2014-03-091-3/+2
|/
* removed useless semicolons, fixed some parameters in documenation, ↵uberspot2014-03-071-1/+1
| | | | simplified some conditionals
* corrected commitAnkush2014-03-071-4/+4
| | | | | | mCurrentPassPhrase, mChangePassPhrase Minor variable naming Issue #338
* Merge branch 'master' of ↵Miroojin Bakshi2014-03-061-2/+24
|\ | | | | | | https://github.com/openpgp-keychain/openpgp-keychain into datefix
| * 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 ↵Jessica Yuen2014-03-021-1/+1
| | | | EditKeyActivity
* #226: Added cancel option to ProgressDialogFragments. Create Key is now ↵Jessica Yuen2014-03-021-1/+1
| | | | cancelable.
* 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 ↵Ashley Hughes2014-01-301-4/+6
| | | | GregorianCalendars to use UTC, so get and set of key dates works as expected
* Give expiry dates to PgpKeyOperationDominik Schürmann2014-01-291-9/+6
|
* New Gradle project structureDominik Schürmann2014-01-278-0/+1149