aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update to slovenian translationtripetdevet2010-06-101-8/+8
|
* Danish translation addedThialfihar2010-06-091-0/+258
|
* lift trunk to 1.0.3Thialfihar2010-06-081-1/+1
|
* useless imports removedThialfihar2010-06-081-4/+0
|
* finally read APG version dynamicly, so the version name doesn't have to be ↵Thialfihar2010-06-084-7/+39
| | | | changed anywhere but the manifest
* make sure the preselected encryption key can encrypt, otherwise deselect it ↵Thialfihar2010-06-071-0/+4
| | | | again at display time
* in the encrypt activity automatically select the signature key as encryption ↵Thialfihar2010-06-071-1/+17
| | | | key, if it is set, and if the button is pressed
* better filter for GeneralActivity againThialfihar2010-06-061-0/+7
|
* limit GeneralActivity to non-Uri Intents or file:// Uri Intents, now ↵Thialfihar2010-06-064-19/+68
| | | | handling key imports as well
* content provider changes, especially querying key rings by emailsThialfihar2010-06-061-26/+82
|
* should have been in the last commitThialfihar2010-06-061-0/+4
|
* the select public key list now uses the selection for the ordering, putting ↵Thialfihar2010-06-062-16/+23
| | | | already selected keys on top, also correctly maintains the selection over repeated filtering
* some Activity Intent filter cleanup, pass messages via Strings rather than ↵Thialfihar2010-06-063-10/+7
| | | | ByteArrays, avoid some encoding issues
* working encryption/decryption of text and files after GeneralActivity hands ↵Thialfihar2010-06-067-37/+82
| | | | it over
* added search to option menu and make it pop up when keys on the physical ↵Thialfihar2010-06-0512-4/+41
| | | | keyboard are pressed
* added search feature for key management and select ActivitiesThialfihar2010-06-0520-75/+486
|
* introduced a general application to handle certain Intents, only to hand ↵Thialfihar2010-06-056-15/+216
| | | | them to other APG Activities after looking at the content of the passed data
* branching trunk out of latest 1.0.x to get a clean start for itThialfihar2010-06-0541-2595/+2840
|\
| * make sure the Intent passed to Service.onStart() is not null, not sure why ↵Thialfihar2010-06-041-1/+3
| | | | | | | | it would be, but saw such an exception on the market
| * fix the inbox list for GMail accountThialfihar2010-06-041-1/+1
| |
| * lifted 1.0.x to new versionThialfihar2010-06-032-2/+2
| |
| * make sure previously cache settings of "until quit" are changed to the new ↵Thialfihar2010-06-031-2/+9
| | | | | | | | default of 3 minutes, as indefinite caching is no longer supported
| * added a service to handle the caching, this'll ensure the cache works while ↵Thialfihar2010-06-035-32/+101
| | | | | | | | | | | | no activity is around, which is better for k9mail integration it also is a more efficient and much smarter cache, not requiring an own timer thread, just a service that sleeps must of the time, it also is more accurate in cleaning up the entries, ensuring that the worst case of too late removal is 5 seconds
| * changes adjusted once moreThialfihar2010-06-031-1/+1
| |
| * changes adjustedThialfihar2010-06-021-3/+3
| |
| * added changes for 1.0.0Thialfihar2010-06-021-0/+6
| |
| * some small bugfixesThialfihar2010-06-022-5/+5
| |
| * trivialThialfihar2010-06-022-6/+1
| |
| * force message encrypt/decrypt view if the activities are called via ↵Thialfihar2010-06-022-3/+33
| | | | | | | | *_AND_RETURN Intents
| * added content provider again and read permission to grab key detailsThialfihar2010-06-025-56/+385
| |
| * betterly store the information that the intent demands an immediate return, ↵Thialfihar2010-06-022-19/+22
| | | | | | | | check action equality without verbose null checks
| * by default show the undecrypted block without line wrapping, just feels less ↵Thialfihar2010-06-022-2/+5
| | | | | | | | messy, switch after decryption
| * org.openintents package not needed anymoreThialfihar2010-06-020-0/+0
| |
| * (no commit message)tripetdevet2010-06-021-1/+1
| |
| * string adjustmentThialfihar2010-06-024-4/+4
| |
| * support ASTRO and others for the file selectionThialfihar2010-06-019-103/+19
| |
| * deliver the user id as well for secret key selection, so k9mail can use it ↵Thialfihar2010-06-014-13/+54
| | | | | | | | to display the signature key
| * working encryption out of k9mailThialfihar2010-06-014-48/+90
| |
| * use string constants for bundle keys, first Intent for k9mailThialfihar2010-05-3113-95/+152
| |
| * update slovenian translation to 1.0.xtripetdevet2010-05-301-192/+192
| |
| * some new strings, some droppedThialfihar2010-05-305-4/+10
| |
| * minor fixes to make key retrieval more stableThialfihar2010-05-302-2/+18
| |
| * fixed a method nameThialfihar2010-05-291-3/+3
| |
| * adjust version numberThialfihar2010-05-282-2/+2
| |
| * changed my mind about version numberingThialfihar2010-05-280-0/+0
| |
| * renaming stupidly named branchThialfihar2010-05-280-0/+0
| |
| * trivialThialfihar2010-05-281-10/+7
| |
| * fully removed old DataProvider for now, manage queries, clean up old ↵Thialfihar2010-05-2819-713/+53
| | | | | | | | database stuff
| * some coding practice and potential bug fixesThialfihar2010-05-271-2/+8
| |
| * some coding practice and potential bug fixesThialfihar2010-05-274-9/+40
| |