aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget
Commit message (Collapse)AuthorAgeFilesLines
* Give password strength indicator colors their own nameThialfihar2015-07-211-3/+3
| | | | Also prune the android color definitions, most of which aren't used.
* actually disable non-enabled items in keyspinner (in keyadapter) (fixes #1366)Vincent Breitmoser2015-07-062-3/+12
|
* don't cache exporthelper, keep type for KeyItem in KeySpinnerVincent Breitmoser2015-07-061-1/+1
|
* Fix account key selection for APIDominik Schürmann2015-07-061-1/+6
|
* removed e.printStackTrace from several placesAdithya Abraham Philip2015-07-031-0/+2
|
* Merge pull request #1387 from ishit/masterDominik Schürmann2015-07-021-2/+2
|\ | | | | Add visual element to verify the re-typed password. Refer #1357.
| * Change PassphraseEditAgain status icons.Ishit2015-07-021-2/+2
| |
* | Remove old keyserver preference classesDominik Schürmann2015-07-012-112/+0
|/
* fix ToolableViewAnimator (againl)Vincent Breitmoser2015-06-181-1/+8
|
* fix small oversight in ToolableViewAnimatorVincent Breitmoser2015-06-181-0/+8
|
* fix rest of resource leaks (#1351)Vincent Breitmoser2015-06-171-14/+14
|
* use KeyAdapter in KeySpinnerVincent Breitmoser2015-06-174-174/+78
|
* add ToolableViewAnimatorVincent Breitmoser2015-06-171-0/+61
|
* preserve state in KeySpinner, and some lint fixesVincent Breitmoser2015-05-272-13/+35
|
* rewrite EncryptActivity data flowVincent Breitmoser2015-05-271-10/+15
|
* More nullpointer fixesDominik Schürmann2015-05-011-1/+1
|
* Fix nullpointer in EncryptKeyCompletionViewDominik Schürmann2015-05-011-2/+2
|
* Fix key creation string and displayDominik Schürmann2015-04-301-8/+8
|
* fix crash when moving focus from EncryptKeyCompletionView with unknown textVincent Breitmoser2015-04-281-1/+1
|
* prevent crashes in EncryptKeyCompletionViewVincent Breitmoser2015-04-271-2/+10
|
* Switch to new support lib version 22.1Dominik Schürmann2015-04-256-33/+11
|
* fix encrypt activity layoutVincent Breitmoser2015-04-241-2/+1
|
* rewrite EncryptKeyCompletionView with generalized KeyAdapterVincent Breitmoser2015-03-301-205/+73
| | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java
* Manage my keys wizardDominik Schürmann2015-03-192-7/+8
|
* object oriented split user idDominik Schürmann2015-03-162-11/+10
|
* Remove display of key id in other listsDominik Schürmann2015-03-151-12/+37
|
* Fixes for selection of certify keyDominik Schürmann2015-03-152-10/+21
|
* Merge pull request #1142 from tdjogi010/developmentDominik Schürmann2015-03-151-4/+10
|\ | | | | Preselected Suitable Key
| * Preselected Suitable Keytdjogi010@gmail.com2015-03-131-4/+10
| |
* | Dont display key ids in KeySpinner, display creation date when user ids ↵Dominik Schürmann2015-03-153-14/+37
|/ | | | duplicate
* Cleanup new widgetsDominik Schürmann2015-03-093-38/+41
|
* Implemented NameEditTextchipset952015-03-092-51/+4
|
* Improved EmailEditText, Added NameEditText, Removed PasswordEditText #1106chipset952015-03-093-101/+85
|
* minor code style correctionAdithya Abraham Philip2015-03-071-1/+2
|
* removed created by commentAdithya Abraham Philip2015-03-061-3/+0
|
* changed default colors for PasswordStrengthViewAdithya Abraham Philip2015-03-061-3/+5
|
* added PassphraseEditText to SetPassphraseDialogFragmentAdithya Abraham Philip2015-03-061-0/+2
|
* added PassphraseEditTextAdithya Abraham Philip2015-03-061-0/+84
|
* Added GPLv3 Licensechipset952015-03-062-0/+34
|
* Created EmailEditText, PasswordEditText and implemented wherever requiredchipset952015-03-062-0/+164
|
* Format code of merged password strength widgetDominik Schürmann2015-03-052-40/+49
|
* Merge branch 'issue1050' of https://github.com/lezorich/open-keychain into ↵Dominik Schürmann2015-03-052-0/+468
|\ | | | | | | | | | | | | passphrase-strength-indicator Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyInputFragment.java
| * Add license to password strength view classesLukas Zorich2015-03-032-0/+48
| |
| * Implemented Matt Allen password strength indicatorLukas Zorich2015-03-032-0/+420
| | | | | | | | | | | | | | I used most of Matt Allen password strength indicator code available here https://github.com/matt-allen/android-password-strength-indicator, but modified it a little bit in order to customize the view's colors through the xml.
* | Merge pull request #1101 from danielnelz/developmentDominik Schürmann2015-03-042-6/+8
|\ \ | | | | | | #1042 replaced some int constants with enums
| * | #1042 replaced some int constants with enumsDaniel Nelz2015-03-042-6/+8
| |/ | | | | | | | | Created enum FragAction in CreateKeyActivity.java and enum State in KeyFormattingUtils.java and replaced int constants with them
* | Get high res version of contact photoDominik Schürmann2015-03-041-1/+1
| |
* | Use master key id instead of fingerprint in sync adapter, use IS_EXPIRED ↵Dominik Schürmann2015-03-041-1/+1
|/ | | | instead of EXPIRY where possible
* Remove swipte to refresh src, fix padding in key listDominik Schürmann2015-02-271-99/+0
|
* Merge branch 'development' of github.com:open-keychain/open-keychain into ↵Dominik Schürmann2015-02-261-4/+5
|\ | | | | | | development