aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * pre-select certification key if only one is availableVincent Breitmoser2015-02-261-4/+5
| |
* | Hopefully fixes drop down icon for spinners on Android lower 5Dominik Schürmann2015-02-261-2/+6
|/
* First work on new key view toolbarDominik Schürmann2015-02-253-6/+146
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-012-4/+4
| | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
* Material Design: Full screen dialogsDominik Schürmann2015-01-261-18/+21
|
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-254-10/+1
|
* Style tabs, add missing drawablesDominik Schürmann2015-01-152-529/+0
|
* Fix to preselect certification key if only one is availableVincent Breitmoser2014-10-291-1/+1
| | | | Closes #981
* remove unused ExchangeKeySpinner classVincent Breitmoser2014-10-291-100/+0
|
* Silently fail on import on key import with ArrayIndexOutOfBoundsExceptionDominik Schürmann2014-10-161-3/+3
|
* More consisitencyDominik Schürmann2014-10-152-6/+6
|
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-1/+2
|
* Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-091-2/+1
| | | | This reverts commit 49b4ff63122988dc1587844e6b4b2ee5d0855385.
* Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-091-1/+2
|
* preselect certify keyDominik Schürmann2014-10-051-1/+4
|
* Import code, fix collision of key spinner with other loadersDominik Schürmann2014-10-044-18/+34
|
* New add keys activityDominik Schürmann2014-10-041-0/+97
|
* fix nullpointer in previous swipetorefresh fixVincent Breitmoser2014-09-231-5/+9
|
* disable pull to refresh in upper right cornerVincent Breitmoser2014-09-231-0/+26
| | | | | | | | While at the top of the list, the scroll bar handle is in the top right corner. Previously, dragging the handle from this position was difficult because touch events were intercepted by the pull to refresh handler. Closes #858
* Hack to fix #805Dominik Schürmann2014-09-221-0/+51
|
* key spinner fixesDominik Schürmann2014-09-211-26/+43
|
* no monospace for key idsDominik Schürmann2014-09-201-4/+4
|
* Beautify key id (thanks to Tim Bray)Dominik Schürmann2014-09-192-7/+8
|
* Swipe-to-refresh fixesDominik Schürmann2014-09-181-11/+3
|
* Use key icons in spinnersDominik Schürmann2014-09-173-28/+70
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-172-8/+8
| | | | created ui.util for everything related to formatting
* Temporary fix for #848, fixed pull2refresh bugsDaniel Albert2014-09-131-3/+7
|
* Hack to disable overscroll effect of swipe to updateDominik Schürmann2014-09-131-14/+11
|
* move IS_REVOKED table prefix to the right placesVincent Breitmoser2014-09-132-2/+4
| | | | Fixes #849
* Removed unnecessary querying of keyservers, reimplemented the ↵Daniel Albert2014-09-131-21/+53
| | | | ListAwareSwipeRefreshLayout and implemented a pull-lock in case there are no keyservers