aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/widget
Commit message (Collapse)AuthorAgeFilesLines
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-069-1601/+0
|
* Rename "canEdit" to "canBeEdited"Thialfihar2014-04-023-11/+11
|
* Replace wildcard imports with explicit importsThialfihar2014-04-021-1/+5
|
* Add missing and curly brackets and fix othersThialfihar2014-04-023-46/+40
| | | | | Style guide demands them even for single-line blocks, and opening curly brackets never appear on a line on their own.
* Rearrange too long linesThialfihar2014-04-021-8/+15
|
* Adjust variable/member naming to conform to style guideThialfihar2014-04-021-9/+9
| | | | | 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-024-20/+20
|
* Adjust import orderThialfihar2014-04-023-39/+19
|
* allow blank IDs, allow adding new IDs and let them be masterAshley Hughes2014-04-021-2/+5
|
* pass through info that keys are new without relying on new keys orginally ↵Ashley Hughes2014-04-012-0/+12
| | | | being empty
* change how new default keys are passed back, fix showing their usage flagsAshley Hughes2014-03-311-5/+5
|
* merge masterAshley Hughes2014-03-298-102/+344
|\
| * 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
| * Make foldable settings in EncryptActivity a separate widgetuberspot2014-03-211-0/+203
| |
| * Make email address less restrictive and add icon to show when it's correctuberspot2014-03-141-9/+28
| |
| * more UI code style fixesuberspot2014-03-134-31/+31
| |
| * 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
| |\ | | | | | | 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
* | 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
| | | | | | | | | | | | 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
| |
* | 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
| |