1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
Commit Graph

163 Commits

Author SHA1 Message Date
Thialfihar
76df04e949 make shortcuts honour the account setting for the startup folder even if changed after shortcut creation, based on cketti's patch, refs issue 1025 2010-07-07 18:31:16 +00:00
Thialfihar
00a8f948eb added launcher shortcuts to accounts, refs issue 1025 2010-07-07 16:17:13 +00:00
Jesse Vincent
5478ded371 2.902 2010-07-05 10:57:00 +00:00
Jesse Vincent
5c3f366661 2.901 2010-07-03 21:35:35 +00:00
Jesse Vincent
ed9eddbc3e 2.900 2010-06-22 22:01:00 +00:00
Jesse Vincent
2c332885c7 2.711 2010-06-08 02:38:09 +00:00
Jesse Vincent
15c1a319cb 2.710 2010-06-06 22:29:04 +00:00
Jesse Vincent
b43126c69f 2.709 2010-06-03 20:06:18 +00:00
Jesse Vincent
0d649da82f 2.708 2010-05-24 15:44:20 +00:00
Jesse Vincent
89bd7b4d78 2.707 2010-05-24 15:44:14 +00:00
Daniel Applebaum
71c43b9634 Fixes Issue 1482
Utilize cketti's AutoSyncHelper in order to provide a way to make K-9
Mail obey the global Auto-sync setting.  K-9 Mail doesn't obey the
Auto-sync setting by default because K-9 Mail isn't listed as one of
the listed applications.
2010-05-15 21:26:15 +00:00
Jesse Vincent
337d785cd2 2.706 2010-05-12 03:06:48 +00:00
Jesse Vincent
77cec02a8f 2.705 2010-05-10 20:08:26 +00:00
cketti
331a6ca99b - Always use light theme for the message view since we don't change the colors of the WebView (i.e. it always uses black text on a white background).
- Always display the date in the message view
2010-05-02 00:10:55 +00:00
Jesse Vincent
2775795abe 2.704 2010-04-29 01:33:28 +00:00
Jesse Vincent
35a73ea0b0 2.703 2010-04-24 08:43:03 +00:00
Jesse Vincent
d2cec31d83 2.702 2010-04-20 22:36:51 +00:00
cketti
f8695f9a61 Added preference screen to pick font sizes for all important information in account list, folder list, message list and message view.
Fixes issue 7
2010-04-20 16:37:03 +00:00
Jesse Vincent
1afd99e6c8 2.701 2010-04-19 21:58:17 +00:00
cketti
f911b0e436 Added support for the Android 1.6 intent android.intent.action.SEND_MULTIPLE in a way that should work on older devices too. Worked fine in the Android 1.5 emulator.
Fixes issue 1210
2010-04-02 01:43:56 +00:00
Jesse Vincent
f441e299b6 2.515 2010-03-24 01:12:06 +00:00
Jesse Vincent
f349af5129 trying to get us back to "stock" build infrastructure 2010-03-24 01:11:49 +00:00
Jesse Vincent
9ca8e100e7 2.514 2010-03-23 03:19:28 +00:00
Jesse Vincent
9c9eb60993 Experimentally bump us up to the 2.0.1 SDK to use cketti's new code for addresses.
I'd bet 50% that we need to revert this in the end, but I wanted to get
a build out
2010-03-23 03:19:22 +00:00
Jesse Vincent
8ca034c3db Patch for issue 946: Only able to get contacts from a primary google
account by cketti
2010-03-23 03:19:12 +00:00
Jesse Vincent
85b65ca272 r2513 2010-03-23 02:41:54 +00:00
Jesse Vincent
983c171357 2.512 2010-03-09 11:29:10 +00:00
Jesse Vincent
9e855c9ebd 2.511 2010-03-02 08:02:46 +00:00
Robert Jacob
366eda13f7 - Fixed project setup for Eclipse
- Removed Debug activity from manifest (activity class doesn't exist)
2010-02-21 15:19:11 +00:00
Jesse Vincent
7459f6cd26 2510 2010-02-16 00:25:14 +00:00
Jesse Vincent
e6cabe4a82 2.509 2010-02-14 17:29:52 +00:00
Jesse Vincent
31459fa70a 2.508 2010-02-14 17:29:46 +00:00
cketti
ab4e2ca2ec Commented out enhancements introduced in r1443 so we don't loose Android 1.5 support. 2010-02-13 19:35:47 +00:00
cketti
ae12453a57 Implement support for android.intent.action.SEND_MULTIPLE (e.g. send multiple images from gallery)
Fixes issue 1210
2010-02-12 15:21:10 +00:00
Jesse Vincent
d7da5db3e7 2.507 2010-02-06 16:58:44 +00:00
Jesse Vincent
5043c0580f 2.506 2010-02-06 04:03:43 +00:00
Jesse Vincent
a1f8a2ca7d 2.505 2010-02-04 02:38:34 +00:00
Jesse Vincent
d022be83ae Fixing the typo in the 2.504 version string. 2010-02-02 02:21:50 +00:00
Jesse Vincent
2f795af07a 2.504 2010-02-02 02:20:50 +00:00
Jesse Vincent
cc8400cb53 2.503 2010-01-29 04:00:51 +00:00
Jesse Vincent
22e1a3f574 Rather than manually managing the back button, try to give android better back button hinting
fix our notification -> intent behavior
2010-01-29 03:57:37 +00:00
Jesse Vincent
1945dc4ad4 Clean up our back button support to be actually consistent and to not leak nearly as many activities. 2010-01-28 00:29:27 +00:00
Jesse Vincent
35eea4c2f2 2.312 2010-01-18 00:11:36 +00:00
Jesse Vincent
ff9251b6b8 2.311 2010-01-17 04:34:40 +00:00
Daniel Applebaum
6c22507dfb Implementation of a Receiver and Service to provide for the capability
to accept control from other Android applications.  Allows for
changing both Account-level and global settings.  Account-level
settings can be applied to a single Account or to all Accounts.

The file class file derived from src/com/fsck/k9/K9RemoteControl.java
will be bundled into a JAR file for use by external applications.

This facility will be used for:
Issue 215
Issue 730
Issue 864
Issue 884
2010-01-14 04:33:50 +00:00
Jesse Vincent
766277dd8d 2.310 2010-01-14 01:13:45 +00:00
Jesse Vincent
6ade5da94a 2.309 2010-01-09 01:54:09 +00:00
Jesse Vincent
3498173834 2.308 2010-01-07 01:19:24 +00:00
Daniel Applebaum
c86a46deb1 Preparatory for more BroadcastReceivers 2010-01-04 00:47:11 +00:00
Jesse Vincent
099366184a 2.307 2009-12-31 04:46:40 +00:00