Bhargav Golla
|
42fc15e66e
|
Removed log statements as per Dominik's suggestions
|
2014-03-05 14:46:38 -05:00 |
|
Bhargav Golla
|
92ba91de14
|
Set min date to one day after Created Date. Works on Honeycomb and above
|
2014-03-05 12:48:24 -05:00 |
|
Bhargav Golla
|
7a95784074
|
Adding a min date not to go below creation date
|
2014-03-04 22:37:56 -05:00 |
|
Dominik Schürmann
|
fe8044d181
|
2.3.1 beta2
|
2014-03-04 20:58:53 +01:00 |
|
Dominik Schürmann
|
06f9134eb1
|
Enforce private key for applications, verify signed-only texts without passphrase input, better internal decrypt and verify method
|
2014-03-04 20:53:44 +01:00 |
|
Dominik Schürmann
|
1613a015d6
|
Merge pull request #322 from mj7007/smooth_activity_switch
Smooth Activity Switch Fixed
|
2014-03-04 10:59:59 +01:00 |
|
Dominik Schürmann
|
07bb421da5
|
Merge pull request #315 from jessicayuen/master
#226: Added cancel option to ProgressDialogFragments. Create Key is now cancelable.
|
2014-03-04 10:51:26 +01:00 |
|
mj7007
|
e4461b788f
|
Smooth Activity Switch Fixed
|
2014-03-04 13:57:48 +05:30 |
|
Emantor
|
ed7485e91d
|
Fix NewApi Lint Errors
Fix missing ;
import android.annotation.TargetApi where needed
|
2014-03-03 14:21:15 +01:00 |
|
Jessica Yuen
|
e4e3c555e9
|
#226: Async key gen task is stopped if progress is canceled
|
2014-03-02 20:55:13 -05:00 |
|
Jessica Yuen
|
91a2ecb15c
|
#226: Activity no longer closes if progress is canceled for key creation in EditKeyActivity
|
2014-03-02 17:33:21 -05:00 |
|
Jessica Yuen
|
1baae3775e
|
#226: Added cancel option to ProgressDialogFragments. Create Key is now cancelable.
|
2014-03-02 15:08:18 -05:00 |
|
Dominik Schürmann
|
0c60eea628
|
Merge pull request #306 from danielhass/keyserver-conerror
Show error if keyserver is not reachable
|
2014-02-28 23:27:57 +01:00 |
|
Daniel Haß
|
414839b915
|
Some clean up
|
2014-02-28 22:43:31 +01:00 |
|
Daniel Haß
|
7e229d4247
|
Added different notifys for different exceptions
|
2014-02-27 22:15:50 +01:00 |
|
Dominik Schürmann
|
7bbfd9d446
|
cleanup
|
2014-02-27 16:55:42 +01:00 |
|
Nikhil Peter Raj
|
87af739773
|
Added GPL headers
|
2014-02-27 18:09:47 +05:30 |
|
Daniel Haß
|
2fa9067edb
|
Added StackOverflow link to documentation
|
2014-02-27 10:20:24 +01:00 |
|
Daniel Haß
|
49769645a0
|
Added documentation to the AsyncTaskResultWrapper
|
2014-02-27 10:17:38 +01:00 |
|
Nikhil Peter Raj
|
c98a7d1977
|
Complete fix for #304
|
2014-02-27 00:56:33 +05:30 |
|
Daniel Haß
|
20470748a9
|
Adapted the ImportKeysLoader to work with the new AsyncWrapper
|
2014-02-26 19:16:28 +01:00 |
|
Daniel Haß
|
5d1f61bff7
|
Reworked ImportKeysListFragment to handel exceptions, ImportKeyListLoader is temporarily disabled
|
2014-02-26 18:00:13 +01:00 |
|
Daniel Haß
|
9bbb286c5e
|
Added the AsyncTaskResultWrapper
|
2014-02-26 17:58:12 +01:00 |
|
Nikhil Peter Raj
|
5ddf001f9c
|
Partial fix for #304
|
2014-02-26 11:33:39 +05:30 |
|
Nikhil Peter Raj
|
fa6ea57121
|
Final fix for #266
-Fix implemented using setIcon() as setIconAttribute() is not valid for
API less than 11
|
2014-02-26 00:29:01 +05:30 |
|
Nikhil Peter Raj
|
fc06f678c5
|
Fix for #266
-Extra: Added the appropriate images to drawable folder from Android SDK
source, can be used as alternative if required.
|
2014-02-25 22:45:29 +05:30 |
|
Daniel Haß
|
1351c6f804
|
Replaced Toast with AppMsg in DecryptActivity
|
2014-02-24 22:02:32 +01:00 |
|
Daniel Haß
|
947b9902e5
|
remove debug stuff
|
2014-02-23 23:59:55 +01:00 |
|
Daniel Haß
|
09e220eddd
|
Revert "Replaced Toast with AppMsg in EncryptActivity"
This reverts commit e936a4762b .
|
2014-02-23 23:56:10 +01:00 |
|
Daniel Haß
|
e936a4762b
|
Replaced Toast with AppMsg in EncryptActivity
|
2014-02-23 23:50:55 +01:00 |
|
Daniel Haß
|
1f36238a1b
|
Replaced Toast with AppMsg in EncryptActivity
|
2014-02-23 23:35:11 +01:00 |
|
Dominik Schürmann
|
e12598028f
|
AndroidManfiest code for later...
|
2014-02-21 16:28:48 +01:00 |
|
Dominik Schürmann
|
fb0816c126
|
internal renaming, cleanup
|
2014-02-21 02:40:44 +01:00 |
|
Dominik Schürmann
|
aaddd26b51
|
verification of cleartext signatures works
|
2014-02-21 02:31:30 +01:00 |
|
Daniel Haß
|
f6c9fd9707
|
Deleted Toast import
|
2014-02-20 17:51:33 +01:00 |
|
Daniel Haß
|
b9ad95b93d
|
Replaced Toasts with AppMsg-Library notifys
|
2014-02-20 17:50:53 +01:00 |
|
Dominik Schürmann
|
1710f4416f
|
Use builder pattern for sign and encrypt
|
2014-02-19 00:18:52 +01:00 |
|
Dominik Schürmann
|
ec2ca61b65
|
fix some intents and demos
|
2014-02-16 00:40:10 +01:00 |
|
Dominik Schürmann
|
acad2ba957
|
PendingIntent to handle user input
|
2014-02-14 13:40:24 +01:00 |
|
Dominik Schürmann
|
519209da63
|
Layout fixes for registered apps
|
2014-02-13 23:34:57 +01:00 |
|
Dominik Schürmann
|
c744cad8db
|
Allow import of full keys from qr codes
|
2014-02-09 21:37:01 +01:00 |
|
Dominik Schürmann
|
0c4b809195
|
rework key view into fragments to later add certifications
|
2014-02-09 21:17:30 +01:00 |
|
Dominik Schürmann
|
76806ebd57
|
language fixes
|
2014-02-08 15:42:31 +01:00 |
|
Dominik Schürmann
|
616c903a2a
|
do not delete pub keys where secret key exists
|
2014-02-06 01:02:18 +01:00 |
|
Dominik Schürmann
|
09ae50cc56
|
keyserver instead of key server
|
2014-02-05 13:09:59 +01:00 |
|
Dominik Schürmann
|
9667245613
|
small layout problem fixed
|
2014-02-04 22:53:53 +01:00 |
|
Dominik Schürmann
|
9d074b01e9
|
fix display of fingerprint in key server query
|
2014-02-04 22:28:08 +01:00 |
|
Dominik Schürmann
|
ecd376961f
|
Fix double loading of navigation fragments
|
2014-02-04 21:46:22 +01:00 |
|
Dominik Schürmann
|
e2bd3ae831
|
reworking some parts of import activity code
|
2014-02-04 20:18:14 +01:00 |
|
Dominik Schürmann
|
a56219a027
|
reformat
|
2014-02-04 19:55:40 +01:00 |
|