Commit Graph

141 Commits

Author SHA1 Message Date
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
Jesse Vincent f90e1f67a3 2.306 2009-12-28 12:57:35 +00:00
Jesse Vincent e55e2ed9b5 Allow "search" to work when you're already on the search page. 2009-12-27 20:17:14 +00:00
Jesse Vincent 3cbb9714dd 2.305 2009-12-27 17:49:23 +00:00
Jesse Vincent ddd6db3a7c Made our search activity actually exist 2009-12-27 16:53:24 +00:00
Jesse Vincent 151ae5a2a3 First pass at adding "Searchable" infrastructure 2009-12-27 16:50:37 +00:00
Jesse Vincent 153e02f87d 2.304 2009-12-20 06:56:20 +00:00
Jesse Vincent f57d1cdde7 2.303 2009-12-18 03:04:21 +00:00
Jesse Vincent a292e3de73 2302 2009-12-16 05:27:43 +00:00
Jesse Vincent 9ff5386615 2.301 2009-12-15 04:27:01 +00:00
Jesse Vincent bdc80584c1 Bump to 2300 2009-12-15 04:12:10 +00:00
Jesse Vincent 34c111eb47 Kill the no-op Welcome activity to improve startup performance 2009-12-15 04:06:32 +00:00
Jesse Vincent f31b2702a4 Massive rename to K9, step 1.
Conflicts:

	src/com/android/email/Email.java
2009-12-15 02:50:53 +00:00
Jesse Vincent d7cf63f4c2 2.109 2009-12-10 19:02:01 +00:00
Jesse Vincent 671c2fb570 2.108 2009-12-10 01:15:57 +00:00
Jesse Vincent 5d2df0b12d 2.107 2009-12-07 05:47:58 +00:00
Jesse Vincent 87d4d94072 2.106 2009-11-30 05:21:17 +00:00
Jesse Vincent b18e88cf0d 2.105 2009-11-28 05:10:44 +00:00
Jesse Vincent f4b9edfdca 2.104 2009-11-26 19:52:00 +00:00
Jesse Vincent b50baac5e8 2.103 2009-11-25 15:44:24 +00:00
Jesse Vincent 7aebe52ed1 Bumping to 2.102 2009-11-24 17:54:58 +00:00
Jesse Vincent 1cd4360bcb 2101 2009-11-23 14:45:26 +00:00
Daniel Applebaum b551850827 Fixes Issue 188
Fixes Issue 394
Fixes Issue 763

Completely new Services architecture providing proper Service
lifecycle management.
  Long running tasks in MailService are executed in a separate thread,
  but the service is not stopped until the tasks are complete.

  SleepService for providing synchronous sleeps with proper WakeLock
  integration.

  Mail polling logic moved from MailService to PollService

  PushService to keep application from being killed while push is
  running.

Improved logging of IMAP protocol, including logging folder name,
thread and connection hashcode.

Don't put a failed connection back into the IMAP mConnections
storage. 

IMAP IDLE uses new SleepService for delaying between failed connection
attempts (allows phone to sleep and provides better reliability)

Use a ThreadLocal for ImapPusher wakelocks

Component enablement/disablement in Email is done only when components
are out of phase with desired state. (Issue 188)
2009-11-22 17:01:04 +00:00