iseki
59a446d7f4
Add brackets for if-else constructs and externalize the procedure as showMultiExportDialog.
2015-03-26 11:59:18 +09:00
iseki
e83532cb19
Add a loop for multiple key export.
2015-03-25 04:44:53 +09:00
Dominik Schürmann
e2f27d0f47
Pull from transifex
2015-03-23 15:54:48 +01:00
Dominik Schürmann
54cd414693
Merge pull request #1166 from adithyaphilip/multi-threaded
...
Multi-threaded key import, update all feature
2015-03-23 15:38:57 +01:00
Dominik Schürmann
30711c3fe7
Merge pull request #1174 from Jesperbk/development
...
Fixed symmetric encryption crash
2015-03-23 13:01:10 +01:00
JesperBK
5bdac11ef8
Fixed issue where setting a passphrase to null later causes a NullPointerException.
2015-03-23 11:17:01 +01:00
Adithya Abraham Philip
9f5581463f
shifted multi-threading to own service
...
added multi-threaded cloud import, restored KeychainIntentService
eliminated code duplication in multi-threaded import
2015-03-23 15:37:05 +05:30
Adithya Abraham Philip
19775c399b
introduced multi-threading
...
refactored oldKeys to updatedKeys
added update all keys, ThreadPoolExecutor
used modified CachedThreadPoolExecutor
2015-03-23 15:34:22 +05:30
Dominik Schürmann
633b64fd95
Merge branch 'development' of github.com:open-keychain/open-keychain into development
2015-03-23 01:11:17 +01:00
Dominik Schürmann
b3a599f214
Use markdown for in-app help
2015-03-23 01:11:11 +01:00
Vincent Breitmoser
8b4388e1a2
use top line in snackbar for status indication
2015-03-22 16:55:46 +01:00
Manoj Khanna
850a374788
Added docs for Notify class
2015-03-20 19:49:43 +05:30
Manoj Khanna
fa8d5657be
Fixed Snackbar behind keyboard on ImportKeysActivity
2015-03-20 19:49:43 +05:30
Manoj Khanna
4e4b8efd6e
Reworked Notify class
2015-03-20 19:49:42 +05:30
Dominik Schürmann
0954b02812
Merge pull request #1163 from kentnek/dev-list-footer
...
Added a blank footer view to the list of keys
2015-03-20 15:01:08 +01:00
Kent
8d6d4328f2
Implemented #1162 : Invoke NFC in Advanced View
...
- Extracted NFC code from ViewKeyActivity to NfcHelper to share code between classes
- Changed the private anonymous Handler for NFC into a static private subclass, that uses WeakReference to avoid memory leaks
- Added resources needed (retrieved from Graphics) for the NFC button inside ViewKeyAdvShareFragment.
- Fixed the ripple boundary of the Share With... button to prevent it from bleeding to other buttons on the right (UX improvement)
2015-03-20 06:31:18 +08:00
Kent
4d43950841
- Added footer so that the Floating Action Button won't block the last few items' content
2015-03-20 06:11:50 +08:00
Dominik Schürmann
cfef53be01
Remove on click on icon
2015-03-19 17:21:26 +01:00
Dominik Schürmann
7e5cc9ee70
Merge branch 'development' of github.com:open-keychain/open-keychain into development
2015-03-19 17:16:30 +01:00
Dominik Schürmann
98817d13ee
Manage my keys wizard
2015-03-19 17:16:23 +01:00
Manoj Khanna
6120365ee1
Fix for Issue #1114
...
Displays the snackbar above the keyboard on all activities.
2015-03-19 19:58:24 +05:30
Manoj Khanna
d122d27eba
Fixed a crash on ViewKeyActivity
...
This occurs when deleting a key with a stripped master key from the
ViewKeyActivity.
2015-03-19 18:54:26 +05:30
Dominik Schürmann
9c9f95c7ac
New Passphrase class for safer passphrase handling in memory
2015-03-19 03:03:46 +01:00
Dominik Schürmann
444123d040
File extensions into Constants
2015-03-17 13:22:13 +01:00
Dominik Schürmann
fd8f5ebb2f
Allow for hidden recipients in encrypt methods
2015-03-16 18:20:44 +01:00
Dominik Schürmann
a5271bf229
Allow encrypt of filenames via overflow menu
2015-03-16 17:00:53 +01:00
Dominik Schürmann
a655664c0b
object oriented split user id
2015-03-16 13:54:01 +01:00
Dominik Schürmann
58450daef4
Fix nullpointer when scanning malformed qr codes
2015-03-16 00:16:20 +01:00
Dominik Schürmann
5cb22ece30
Clarify MIME usage
2015-03-15 21:17:24 +01:00
Dominik Schürmann
fd5719ff6b
Remove display of key id in other lists
2015-03-15 18:40:52 +01:00
Dominik Schürmann
81d6da899f
Show main user id instead of key in certify screen
2015-03-15 16:32:52 +01:00
Dominik Schürmann
e873bac880
Fixes for selection of certify key
2015-03-15 16:24:06 +01:00
Dominik Schürmann
ff60e80d42
Merge pull request #1142 from tdjogi010/development
...
Preselected Suitable Key
2015-03-15 15:56:12 +01:00
Dominik Schürmann
f1dc58ddfd
Merge pull request #1147 from Hiperzone/development
...
-fixed out of bounds crash when retrieving the main profile name with se...
2015-03-15 15:34:07 +01:00
Dominik Schürmann
f4cb254404
Dont display key ids in KeySpinner, display creation date when user ids duplicate
2015-03-15 15:29:06 +01:00
Dominik Schürmann
c2593f29ff
Query for duplicate user ids
2015-03-15 02:40:31 +01:00
Daniel Ramos
d3dd9020f5
-fixed out of bounds crash when retrieving the main profile name with secret keys
...
-fixed a possible crash when retrieving the main profile contactid
2015-03-15 00:12:26 +00:00
tdjogi010@gmail.com
d56c90ce76
Preselected Suitable Key
2015-03-13 11:06:13 +05:30
Adithya Abraham Philip
d7ef2c1b9e
added some documentation
2015-03-13 04:49:34 +05:30
Adithya Abraham Philip
759009ddb4
added own profile support in linekd system contact
2015-03-13 04:04:11 +05:30
Dominik Schürmann
b953623802
Clarify logs in DeleteFileDialog
2015-03-12 14:34:58 +01:00
Dominik Schürmann
27027b8ee5
Use notify instead of Toast for NFC check
2015-03-12 13:39:20 +01:00
Dominik Schürmann
67a9f12790
Merge pull request #1133 from Rrego6/development
...
Check if NFC is available on device
2015-03-12 13:38:15 +01:00
Dominik Schürmann
183457334f
Merge pull request #1117 from danielnelz/development
...
#1042 : Replaced ints with enums
2015-03-12 13:27:04 +01:00
Dominik Schürmann
dae48e84c8
Improve file deletion strings
2015-03-12 13:18:31 +01:00
Dominik Schürmann
4de978bccb
Merge pull request #1137 from manojkhannakm/development
...
Updated fix for Issue #1116
2015-03-12 13:11:29 +01:00
Adithya Abraham Philip
45eea9b5b8
corrected linked system contact display name
2015-03-11 23:10:32 +05:30
Manoj Khanna
bb018b8fc1
Updated fix for Issue #1116
2015-03-11 20:52:00 +05:30
Raoul
471f92a967
Check if NFC is available on device
2015-03-10 22:06:17 -04:00
Dominik Schürmann
64e85a2eb4
Merge branch 'contact-card' of https://github.com/adithyaphilip/open-keychain into adithyaphilip-contact-card
...
Conflicts:
Graphics/get-material-icons.sh
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyEmailFragment.java
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyInputFragment.java
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyNameFragment.java
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyPassphraseFragment.java
OpenKeychain/src/main/res/layout/create_key_email_fragment.xml
OpenKeychain/src/main/res/values/strings.xml
2015-03-10 01:51:30 +01:00