aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Collapse)AuthorAgeFilesLines
* Final commitAdvaita2016-03-231-3/+3
| | | | | | | | | | | | | | | | All changes included Improvements -Reformatted code wherever required -Only active wifi connections trigger events -Improve sync reliability -Removed extra permission Minor Changes -Refactored 2 variables for easier readbility -Wifi-Only-Sync is now enabled by default
* Merge pull request #1780 from AlexFJW/backup-code-selectionDominik Schürmann2016-03-121-0/+25
|\ | | | | Provisional backup-code text selection fix
| * Provisional backup-code text selection fixAlex Fong2016-03-121-0/+25
| | | | | | | | | | | | | | For issue #1779, a provisional fix where selection is still possible, but more difficult. Preventing selection altogether is not possible due to the implementation in the Masked-Edittext dependency. To be updated when Masked-Edittext fixes this bug.
* | Fix display of keyserver item in dark themefiaxh2016-03-101-3/+4
|/
* Fix NullPointerException in ↵Durgesh2016-03-081-1/+1
| | | | | | ImportKeysListFragment.checkAndRequestReadPermission, #1766 Signed-off-by: Durgesh <007durgesh219@gmail.com>
* 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
| | | | | | | This reverts commit 0feb4d074ce284bfed17e82a3cbc218209aff14a. Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/BackupCodeFragment.java
* 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
|\ | | | | Fix duplicate file insertion while encrypting
| * 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#1746
| * | Fix Dark theme no longer works in main screen on android 5, Issue#1746Durgesh2016-03-051-1/+1
| |/ | | | | | | Signed-off-by: Durgesh <007durgesh219@gmail.com>
* / 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
|\ | | | | try to guess if data is text or not
| * 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 ↵Vincent Breitmoser2016-02-221-0/+12
| | | | | | | | isLikelyText
* | 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
|\ | | | | performance improvements
| * Merge branch 'master' into performanceVincent Breitmoser2016-02-1012-23/+99
| |\
| * | performance: avoid expensive getSecretKeyType call, use cached where possibleVincent Breitmoser2016-02-051-35/+45
| | |
* | | Better transaction animationTheo Franzén2016-02-101-0/+16
| |/ |/|
* | Fix SecurityException on Android 6 due to remove contacts on disabled syncDominik Schürmann2016-02-091-1/+1
| |
* | Add donation fragmentDominik Schürmann2016-02-092-7/+70
| |
* | Remove leftovers from spongycastleDominik Schürmann2016-02-091-1/+1
| |
* | Replace spongycastle with bouncycastleDominik Schürmann2016-02-098-14/+14
| |
* | delete linked contacts on turning off contact syncAdithya Abraham Philip2016-02-062-1/+14
|/
* import: handle FileNotFoundException (fixes #1688)Vincent Breitmoser2016-02-011-17/+26
|
* Merge pull request #1683 from eighthave/masterDominik Schürmann2016-01-262-0/+101
|\ | | | | allow "panic button" apps to clear all passphrases
| * after receiving panic trigger and locking app, remove from historyHans-Christoph Steiner2016-01-132-0/+53
| | | | | | | | This makes the app fully exit, and removes it from the Recent Apps listing.
| * respond to generic panic trigger Intent by clearing passphrasesHans-Christoph Steiner2016-01-131-0/+48
| | | | | | | | | | | | PanicKit provides a common framework for creating "panic button" apps that can trigger actions in "panic responder" apps. In this case, the response is to clear all the cached passphrases.
* | Handle not installed PGP appletTheo Franzén2016-01-153-1/+193
|/
* add debug option to use dummy backup code (fixes #1675)Vincent Breitmoser2016-01-131-1/+51
|
* Merge pull request #1614 from fidesmo/feature-introduce-nfc-handling-via-nordpolDominik Schürmann2016-01-132-61/+28
|\ | | | | Use Nordpol for BaseNfcActivity
| * Use new version of Nordpol from jcenterPetter Arvidsson2016-01-121-1/+1
| | | | | | | | | | - Use version 0.1.13 that is now available on jcenter - Add a "gradle witness" for this version
| * Use Nordpol for BaseNfcActivityPetter Arvidsson2016-01-122-61/+28
| | | | | | | | | | | | | | | | - Replace handling of intents with Nordpol tag dispatcher - Update CreateKeyActivity to pass it's intent to the tag dispatcher when invoked by the system (onCreate) - Add Fidesmo marmeladburk repository - Add dependency on nordpol-android and nordpol-core
* | fix symmetric decryption with backup code (fixes #1677)Vincent Breitmoser2016-01-131-5/+6
|/