Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | limit GeneralActivity to non-Uri Intents or file:// Uri Intents, now ↵ | Thialfihar | 2010-06-06 | 4 | -19/+68 | |
| | | | | handling key imports as well | |||||
* | content provider changes, especially querying key rings by emails | Thialfihar | 2010-06-06 | 1 | -26/+82 | |
| | ||||||
* | should have been in the last commit | Thialfihar | 2010-06-06 | 1 | -0/+4 | |
| | ||||||
* | the select public key list now uses the selection for the ordering, putting ↵ | Thialfihar | 2010-06-06 | 2 | -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 ↵ | Thialfihar | 2010-06-06 | 3 | -10/+7 | |
| | | | | ByteArrays, avoid some encoding issues | |||||
* | working encryption/decryption of text and files after GeneralActivity hands ↵ | Thialfihar | 2010-06-06 | 7 | -37/+82 | |
| | | | | it over | |||||
* | added search to option menu and make it pop up when keys on the physical ↵ | Thialfihar | 2010-06-05 | 12 | -4/+41 | |
| | | | | keyboard are pressed | |||||
* | added search feature for key management and select Activities | Thialfihar | 2010-06-05 | 20 | -75/+486 | |
| | ||||||
* | introduced a general application to handle certain Intents, only to hand ↵ | Thialfihar | 2010-06-05 | 6 | -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 it | Thialfihar | 2010-06-05 | 41 | -2595/+2840 | |
|\ | ||||||
| * | make sure the Intent passed to Service.onStart() is not null, not sure why ↵ | Thialfihar | 2010-06-04 | 1 | -1/+3 | |
| | | | | | | | | it would be, but saw such an exception on the market | |||||
| * | fix the inbox list for GMail account | Thialfihar | 2010-06-04 | 1 | -1/+1 | |
| | | ||||||
| * | lifted 1.0.x to new version | Thialfihar | 2010-06-03 | 2 | -2/+2 | |
| | | ||||||
| * | make sure previously cache settings of "until quit" are changed to the new ↵ | Thialfihar | 2010-06-03 | 1 | -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 ↵ | Thialfihar | 2010-06-03 | 5 | -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 more | Thialfihar | 2010-06-03 | 1 | -1/+1 | |
| | | ||||||
| * | changes adjusted | Thialfihar | 2010-06-02 | 1 | -3/+3 | |
| | | ||||||
| * | added changes for 1.0.0 | Thialfihar | 2010-06-02 | 1 | -0/+6 | |
| | | ||||||
| * | some small bugfixes | Thialfihar | 2010-06-02 | 2 | -5/+5 | |
| | | ||||||
| * | trivial | Thialfihar | 2010-06-02 | 2 | -6/+1 | |
| | | ||||||
| * | force message encrypt/decrypt view if the activities are called via ↵ | Thialfihar | 2010-06-02 | 2 | -3/+33 | |
| | | | | | | | | *_AND_RETURN Intents | |||||
| * | added content provider again and read permission to grab key details | Thialfihar | 2010-06-02 | 5 | -56/+385 | |
| | | ||||||
| * | betterly store the information that the intent demands an immediate return, ↵ | Thialfihar | 2010-06-02 | 2 | -19/+22 | |
| | | | | | | | | check action equality without verbose null checks | |||||
| * | by default show the undecrypted block without line wrapping, just feels less ↵ | Thialfihar | 2010-06-02 | 2 | -2/+5 | |
| | | | | | | | | messy, switch after decryption | |||||
| * | org.openintents package not needed anymore | Thialfihar | 2010-06-02 | 0 | -0/+0 | |
| | | ||||||
| * | (no commit message) | tripetdevet | 2010-06-02 | 1 | -1/+1 | |
| | | ||||||
| * | string adjustment | Thialfihar | 2010-06-02 | 4 | -4/+4 | |
| | | ||||||
| * | support ASTRO and others for the file selection | Thialfihar | 2010-06-01 | 9 | -103/+19 | |
| | | ||||||
| * | deliver the user id as well for secret key selection, so k9mail can use it ↵ | Thialfihar | 2010-06-01 | 4 | -13/+54 | |
| | | | | | | | | to display the signature key | |||||
| * | working encryption out of k9mail | Thialfihar | 2010-06-01 | 4 | -48/+90 | |
| | | ||||||
| * | use string constants for bundle keys, first Intent for k9mail | Thialfihar | 2010-05-31 | 13 | -95/+152 | |
| | | ||||||
| * | update slovenian translation to 1.0.x | tripetdevet | 2010-05-30 | 1 | -192/+192 | |
| | | ||||||
| * | some new strings, some dropped | Thialfihar | 2010-05-30 | 5 | -4/+10 | |
| | | ||||||
| * | minor fixes to make key retrieval more stable | Thialfihar | 2010-05-30 | 2 | -2/+18 | |
| | | ||||||
| * | fixed a method name | Thialfihar | 2010-05-29 | 1 | -3/+3 | |
| | | ||||||
| * | adjust version number | Thialfihar | 2010-05-28 | 2 | -2/+2 | |
| | | ||||||
| * | changed my mind about version numbering | Thialfihar | 2010-05-28 | 0 | -0/+0 | |
| | | ||||||
| * | renaming stupidly named branch | Thialfihar | 2010-05-28 | 0 | -0/+0 | |
| | | ||||||
| * | trivial | Thialfihar | 2010-05-28 | 1 | -10/+7 | |
| | | ||||||
| * | fully removed old DataProvider for now, manage queries, clean up old ↵ | Thialfihar | 2010-05-28 | 19 | -713/+53 | |
| | | | | | | | | database stuff | |||||
| * | some coding practice and potential bug fixes | Thialfihar | 2010-05-27 | 1 | -2/+8 | |
| | | ||||||
| * | some coding practice and potential bug fixes | Thialfihar | 2010-05-27 | 4 | -9/+40 | |
| | | ||||||
| * | added revocation and creation/expire time info to key table, use both for ↵ | Thialfihar | 2010-05-27 | 9 | -127/+79 | |
| | | | | | | | | public and secret key selection | |||||
| * | some (hopefully better) database/cursor handling, picking encryption and ↵ | Thialfihar | 2010-05-27 | 8 | -345/+236 | |
| | | | | | | | | signature keys working again, tho it'll have to be tidied up | |||||
| * | use new key database for encryption and decryption | Thialfihar | 2010-05-26 | 8 | -85/+90 | |
| | | ||||||
| * | import/export/delete/save keyrings working with new database stuff | Thialfihar | 2010-05-26 | 7 | -137/+439 | |
| | | ||||||
| * | key lists somewhat wrapped into one, using the new database stuff, Apg ↵ | Thialfihar | 2010-05-26 | 13 | -1319/+773 | |
| | | | | | | | | cleaned up a bit, preparing to use the database there as well | |||||
| * | first steps towards better low-level key management, database upgrade to use ↵ | Thialfihar | 2010-05-25 | 6 | -39/+506 | |
| | | | | | | | | KeyRing, Key, and UserId tables | |||||
| * | give 0.10.x branch its version info | Thialfihar | 2010-05-21 | 2 | -2/+2 | |
| | | ||||||
| * | branch 0.10.0 | Thialfihar | 2010-05-21 | 0 | -0/+0 | |
| | |