aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptTextActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Support for Android 6 ACTION_PROCESS_TEXTDominik Schürmann2015-11-021-3/+27
* encrypttext: fix mimetype check logic (#1574)Vincent Breitmoser2015-10-291-1/+2
* encrypttext: localization, and truncate overlong inputVincent Breitmoser2015-10-211-2/+6
* encrypttext: handle input via Intent.EXTRA_STREAM in addition to Intent.EXTRA...Vincent Breitmoser2015-10-211-6/+34
* some cleanup and fix for back button in ImportKeysActivity (fixes #1372)Vincent Breitmoser2015-07-081-6/+2
* rewrite EncryptActivity data flowVincent Breitmoser2015-05-271-66/+4
* fix nullpointer in encrypttextactivity. fixes #1267Vincent Breitmoser2015-05-271-24/+18
* Switch to new library reposDominik Schürmann2015-05-061-1/+1
* Fix empty screen when clicking on encrypt in details viewDominik Schürmann2015-04-251-5/+2
* fix Encrypt* with RequiredInputParcelVincent Breitmoser2015-03-301-1/+1
* Refactoring of EncryptTextActivityDominik Schürmann2015-03-271-301/+69
* Start refactoring encrypt ui, EncryptFileActivity no longer crashingDominik Schürmann2015-03-261-45/+2
* Merge branch 'development' into v/crypto-input-parcelDominik Schürmann2015-03-241-1/+3
|\
| * Fixed issue where setting a passphrase to null later causes a NullPointerExce...JesperBK2015-03-231-1/+3
* | Merge remote-tracking branch 'origin/development' into v/crypto-input-parcelVincent Breitmoser2015-03-211-6/+11
|\|
| * Reworked Notify classManoj Khanna2015-03-201-6/+11
* | Merge remote-tracking branch 'origin/development' into developmentVincent Breitmoser2015-03-201-4/+6
|\|
| * New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-191-4/+6
* | generalize nfc crypto input structureVincent Breitmoser2015-03-181-1/+0
|/
* File extensions into ConstantsDominik Schürmann2015-03-171-5/+5
* Allow for hidden recipients in encrypt methodsDominik Schürmann2015-03-161-2/+16
* Allow encrypt of filenames via overflow menuDominik Schürmann2015-03-161-0/+5
* object oriented split user idDominik Schürmann2015-03-161-4/+3
* Clarify MIME usageDominik Schürmann2015-03-151-1/+1
* Fix compression check in activitiesDominik Schürmann2015-03-091-1/+1
* Use ArrayList instead of LinkedListDominik Schürmann2015-03-051-1/+1
* Use static linked lists instead of arraysDominik Schürmann2015-03-051-1/+1
* Remove advanced preferences, move compression as menu item in encrypt activit...Dominik Schürmann2015-03-051-5/+24
* Better selection of preferred algorithmDominik Schürmann2015-03-051-0/+2
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-29/+26
* Temporary nav drawer fixesDominik Schürmann2015-01-271-4/+4
* Material Design DrawerDominik Schürmann2015-01-261-6/+6
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-3/+3
* Disable sharing chooser blacklisting for lollipopDominik Schürmann2015-01-191-0/+1
* Refactor BaseActivityDominik Schürmann2015-01-131-2/+2
* Start working on Material DesignDominik Schürmann2015-01-131-2/+5
* move around package structure a bitVincent Breitmoser2014-10-101-1/+1
* Fixes for share to decryptDominik Schürmann2014-09-291-2/+3
* move more stuff into EncryptActivity superclassVincent Breitmoser2014-09-241-135/+13
* use correct pin for nfc in EncryptActivityVincent Breitmoser2014-09-241-1/+1
* fix signing in OK with yubikeysVincent Breitmoser2014-09-241-14/+23
* package reordering: merge util and helper, there were no real difference; cre...Dominik Schürmann2014-09-171-4/+3
* Passphrase handling in encryptDominik Schürmann2014-09-171-0/+34
* Result parcel refactorings (WIP)Dominik Schürmann2014-09-171-44/+10
* Work on new result handling (WIP)Dominik Schürmann2014-09-171-49/+88
* add SignEncryptResult parcel (probably break stuff)Vincent Breitmoser2014-09-141-3/+16
* Fix share to encrypt textDominik Schürmann2014-09-131-5/+18
* add some comments to previous commitVincent Breitmoser2014-09-101-0/+4
* jury-rig broken sign mechanismVincent Breitmoser2014-09-091-12/+22
* Update and fix Intent APIDominik Schürmann2014-09-071-2/+3