aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | setTitle now uses resource id directlyVictor Hazali2016-04-011-1/+1
| | * | | Refactored switch statements to use constantsVictor Hazali2016-03-301-5/+9
| | * | | Extracted methodVictor Hazali2016-03-301-16/+20
| | * | | Merge commit '05accb49066a2693cfc1c92e29ad10112f957495' into warn-when-stripp...Victor Hazali2016-03-301-1/+16
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Alert for Stripping Subkeys.tdjogi010@gmail.com2016-03-021-1/+16
| * | | | Merge pull request #1796 from AlexFJW/LimitCreateKeyOptionsVincent2016-04-045-351/+263
| |\ \ \ \
| | * | | | Redesigned subkey creation dialog and changed default key type created to RSA...Alex Fong2016-04-015-351/+263
| * | | | | Fix Display Key in UploadKeyActivity, Issue #506Durgesh2016-03-316-21/+39
| * | | | | Display Key moved to FragmentDurgesh2016-03-293-171/+224
| | |/ / / | |/| | |
| * | | | change sync interval on change in codeAdithya Abraham Philip2016-03-241-4/+12
| * | | | Merge pull request #1785 from advaita13/wifi-only-fixVincent2016-03-241-3/+3
| |\ \ \ \
| | * | | | Final commitAdvaita2016-03-231-3/+3
| | |/ / /
| * | | | Merge pull request #1782 from fiaxh/share_key_mimeDominik Schürmann2016-03-241-1/+1
| |\ \ \ \
| | * | | | Set MIME application/pgp-keys when sending a keyfiaxh2016-03-141-1/+1
| | |/ / /
| * | | | use new TokenAutoComplete 2.0.7, fixes #1636Vincent Breitmoser2016-03-232-11/+0
| * | | | get rid of code path for pin and notation data handlingVincent Breitmoser2016-03-233-6/+4
| * | | | Fix CertifyKeyActivity back button on action bar not working #1758Durgesh2016-03-221-0/+11
| |/ / /
| * | | Merge pull request #1780 from AlexFJW/backup-code-selectionDominik Schürmann2016-03-121-0/+25
| |\ \ \
| | * | | Provisional backup-code text selection fixAlex Fong2016-03-121-0/+25
* | | | | okhttp3Michal Kepkowski2016-03-141-10/+5
|/ / / /
* / / / Fix display of keyserver item in dark themefiaxh2016-03-101-3/+4
|/ / /
* | | Fix NullPointerException in ImportKeysListFragment.checkAndRequestReadPermiss...Durgesh2016-03-081-1/+1
* | | Open keyboard for backup codeDominik Schürmann2016-03-081-22/+31
* | | Revert "Use non-breaking spaces for backup code MaskedEditText"Dominik Schürmann2016-03-081-7/+2
* | | Fix code style and documentation in BaseSecurityTokenNfcActivityDominik Schürmann2016-03-082-40/+45
* | | Fix documentation of nfcGenerateOnCardKeyDominik Schürmann2016-03-081-3/+1
* | | Fix comment in nfcGenerateOnCardKeyDominik Schürmann2016-03-081-1/+1
* | | Add nfcGenerateOnCardKey by Joey Castillo before it gets lostDominik Schürmann2016-03-081-0/+42
* | | Merge pull request #1747 from runnerway/fix-alreadyaddedDominik Schürmann2016-03-061-2/+2
|\ \ \
| * | | Remove uri from pending even when already addedAndrea Torlaschi2016-03-041-2/+2
| | |/ | |/|
* | | Merge pull request #1750 from 007durgesh219/Issue#1746Dominik Schürmann2016-03-051-1/+1
|\ \ \
| * | | Fix Dark theme no longer works in main screen on android 5, Issue#1746Durgesh2016-03-051-1/+1
| |/ /
* / / Always check read permissionAndrea Torlaschi2016-03-021-1/+8
|/ /
* | handle openpgp4fpr intent filter as import rather than certify (see #1661)Vincent Breitmoser2016-03-021-1/+4
* | nfc: disable broadcomWorkaround for TagDispatcher to reduce delay (see #1734)Vincent Breitmoser2016-03-021-1/+1
* | Fix backup code comparisonAndrea Torlaschi2016-03-021-5/+6
|/
* Merge pull request #1727 from open-keychain/mime-fallbackVincent2016-02-233-1/+28
|\
| * ditch isLikelyText flag, set mimeType to text/plain in that caseVincent Breitmoser2016-02-231-1/+1
| * displaytext: add "View Log" option, move "Copy to clipboard" into overflow menuVincent Breitmoser2016-02-222-1/+16
| * decrypt: always show "View in OpenKeychain" as intent chooser option iff isLi...Vincent Breitmoser2016-02-221-0/+12
* | Remove AspectRatioImageViewunyoungwax2016-02-231-138/+0
|/
* Extend documentation, proper method naming, use of deprecated method annotationDominik Schürmann2016-02-223-1/+13
* Split remote methods from activities for better seperationDominik Schürmann2016-02-223-38/+15
* Extract service parts from SecurityTokenOperationActivityDominik Schürmann2016-02-222-19/+9
* Split RemoteServiceActivity into multiple activitiesDominik Schürmann2016-02-152-3/+9
* Use non-breaking spaces for backup code MaskedEditTextDominik Schürmann2016-02-101-2/+7
* Backup format v2: redesign restore dialogDominik Schürmann2016-02-101-45/+23
* Backup format v2: redesigned backup code fragment with masked edit textDominik Schürmann2016-02-101-123/+80
* Merge pull request #1708 from open-keychain/performanceVincent2016-02-101-35/+45
|\
| * Merge branch 'master' into performanceVincent Breitmoser2016-02-1012-23/+99
| |\