aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-061-256/+0
|
* Rearrange too long linesThialfihar2014-04-021-7/+14
|
* Fix symmetric encryption and cleanupDominik Schürmann2014-04-011-56/+3
|
* Experimental work on a fragment-based encrypt activityDominik Schürmann2014-04-011-821/+148
|
* Actually use fixBadCharactersForGmailDominik Schürmann2014-03-301-1/+1
|
* 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
* Make foldable settings in EncryptActivity a separate widgetuberspot2014-03-211-47/+0
|
* URI is transported in intents data not extra.Daniel Hammann2014-03-201-2/+2
|
* more code style changes in /ui and /utiluberspot2014-03-131-1/+1
|
* First code style changes in uiuberspot2014-03-131-28/+18
|
* getString before init of KeychainIntentHandlerDominik Schürmann2014-03-101-1/+1
|
* Issue #178 - Hide advanced options in EncryptActivityrafaelav2014-03-091-0/+56
|
* removed useless semicolons, fixed some parameters in documenation, ↵uberspot2014-03-071-2/+0
| | | | simplified some conditionals
* Add option for sharing encrypted file.Miroojin Bakshi2014-03-071-0/+11
|
* corrected commitAnkush2014-03-071-12/+12
| | | | | | mCurrentPassPhrase, mChangePassPhrase Minor variable naming Issue #338
* remove debug stuffDaniel Haß2014-02-231-2/+1
|
* Revert "Replaced Toast with AppMsg in EncryptActivity"Daniel Haß2014-02-231-13/+15
| | | | This reverts commit e936a4762b4c6ed8153d216ab4655e251c4366f3.
* Replaced Toast with AppMsg in EncryptActivityDaniel Haß2014-02-231-15/+13
|
* Replaced Toast with AppMsg in EncryptActivityDaniel Haß2014-02-231-13/+15
|
* PendingIntent to handle user inputDominik Schürmann2014-02-141-1/+1
|
* Use buttons for encrypt decrypt instead of actionbarDominik Schürmann2014-02-021-79/+41
|
* Resolve crashes on Android 2.3 due to ActionBarCompat conversionDominik Schürmann2014-02-021-140/+141
|
* Switch from ActionBarSherlock to ActionBarCompatDominik Schürmann2014-02-021-2/+2
|
* Reworking import, testing needed...Dominik Schürmann2014-02-011-1/+1
|
* language fixDominik Schürmann2014-01-291-1/+1
|
* New Gradle project structureDominik Schürmann2014-01-271-0/+1003