aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/SectionView.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-061-429/+0
|
* Rename "canEdit" to "canBeEdited"Thialfihar2014-04-021-7/+7
|
* Add missing and curly brackets and fix othersThialfihar2014-04-021-29/+26
| | | | | Style guide demands them even for single-line blocks, and opening curly brackets never appear on a line on their own.
* 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-021-2/+2
|
* Adjust import orderThialfihar2014-04-021-18/+6
|
* 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-011-0/+10
| | | | being empty
* merge masterAshley Hughes2014-03-291-58/+68
|\
| * 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
| * more UI code style fixesuberspot2014-03-131-15/+18
| |
| * First code style changes in uiuberspot2014-03-131-2/+0
| |
| * Fix progress_generating and reformatDominik Schürmann2014-03-101-46/+55
| |
| * removed useless semicolons, fixed some parameters in documenation, ↵uberspot2014-03-071-1/+1
| | | | | | | | simplified some conditionals
* | pass through original primary IDAshley Hughes2014-03-271-0/+15
| |
* | keep up with masterAshley Hughes2014-03-071-85/+34
|\|
| * corrected commitAnkush2014-03-071-4/+4
| | | | | | | | | | | | mCurrentPassPhrase, mChangePassPhrase Minor variable naming Issue #338
| * #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-221-0/+12
| |
* | change how primary id changing is passed throughAshley Hughes2014-02-221-0/+13
| |
* | 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-141-7/+22
| |
* | save work, this code doesn't work...Ashley Hughes2014-02-131-0/+19
| |
* | saving fixesAshley Hughes2014-02-081-3/+7
| |
* | action bar and a small fixAshley Hughes2014-02-061-0/+3
| |
* | pass message when key addedAshley Hughes2014-02-061-0/+6
| |
* | new Ids need to be savedAshley Hughes2014-02-061-4/+2
| |
* | edit ui knows it it has been changedAshley Hughes2014-02-051-4/+1
| |
* | saveAshley Hughes2014-02-051-2/+27
| |
* | use usage argument if neededAshley Hughes2014-02-041-2/+2
|/
* 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
|/
* New Gradle project structureDominik Schürmann2014-01-271-0/+364