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

349 Commits

Author SHA1 Message Date
Jesse Vincent
2c8c8e4083 Bumped manifest to 4.315 2012-11-24 17:38:51 -05:00
Jesse Vincent
b860ee7e87 Bumped manifest to 4.314 2012-11-24 14:44:24 -05:00
Jesse Vincent
7767257b9d Bumped manifest to 4.313 2012-11-22 17:38:17 -05:00
cketti
f0118ecb85 Change authority of the new content provider to unbreak build scripts 2012-11-22 22:50:46 +01:00
Jesse Vincent
515c9f736d Bumped manifest to 4.312 2012-11-21 16:27:38 -05:00
cketti
0386c50e49 Strip package name from activity/receiver/service descriptions 2012-11-20 01:12:48 +01:00
cketti
08615f205f Merge branch 'content_provider' 2012-11-18 16:50:31 +01:00
cketti
684d6c1324 Remove non-existent activity from manifest 2012-11-15 22:08:48 +01:00
cketti
9814833008 Merge branch 'master' into content_provider 2012-11-08 20:32:12 +01:00
Jesse Vincent
7c2aa39202 Bumped manifest to 4.311 2012-11-06 16:45:13 -05:00
cketti
d209c0cce3 Merge branch 'master' into content_provider
Conflicts:
	src/com/fsck/k9/activity/MessageList.java
	src/com/fsck/k9/fragment/MessageListFragment.java
2012-11-05 04:52:45 +01:00
cketti
cc74a2ad2e Switched to ContentProvider and CursorLoader to display the message list 2012-10-16 15:46:40 +02:00
Jesse Vincent
4a0be49e1a Bumped manifest to 4.310 2012-10-09 18:23:18 -04:00
Jesse Vincent
48faef808f Bumped manifest to 4.309 2012-10-03 21:57:05 -04:00
Jesse Vincent
0c69199988 Bumped manifest to 4.308 2012-09-24 19:26:55 -04:00
Jesse Vincent
8625ecf56d Bumped manifest to 4.307 2012-09-20 11:32:48 -04:00
Jesse Vincent
e2558fa831 Bumped manifest to 4.306 2012-09-15 09:10:06 -07:00
Jesse Vincent
dfb3ed9f0b Bumped manifest to 4.306 2012-09-15 09:09:57 -07:00
Jesse Vincent
aa4b20dd9d Bumped manifest to 4.305 2012-09-13 14:08:24 -07:00
Jesse Vincent
55f2d84a03 Bumped manifest to 4.304 2012-09-12 23:46:38 -07:00
Jesse Vincent
bd8d3ec93f Bumped manifest to 4.303 2012-09-12 01:10:28 -04:00
cketti
14339d787c Made Accounts a singleTop activity
Now, returning to the app using the app icon will reuse the existing
Accounts activity. This will skip the startup logic in onCreate().
2012-09-10 17:24:35 +02:00
cketti
d8e9c48177 Changed the way we use the activity stack
- removed launchMode attributes for all activities
- only use one activity task
- got rid of "managed back button" behavior
2012-09-10 17:24:34 +02:00
Jesse Vincent
bf531630a4 Don't show the menu button twice. (Don't show it even once on Gingerbread devices, all of which had a hardware menu button) 2012-09-09 13:45:35 -07:00
Sander Bogaert
1036fe531d Split folder action bar and use the same top view as we use for Accounts and MessageList. 2012-09-09 13:37:15 -07:00
Sander Bogaert
ed03f19ea5 Accounts actionbar split. Now contains unread number for consistency and shows status as subtitle if available. Allowed separate method to get the current operation in ActivityListener. 2012-09-09 13:37:12 -07:00
Sander Bogaert
ac0f99d3df Have a bottom actionbar in the Search activity to be consistent. 2012-09-09 13:24:28 -07:00
Sander Bogaert
29b6d046d3 Separate the welcome message in it's own activity. Cleaner solution and it prevents it from having the same actionbar as the Accounts activity. 2012-09-09 13:13:42 -07:00
Sander Bogaert
c31c8923c2 Add an actionbar to the MessageView activity. 2012-09-09 13:13:40 -07:00
Sander Bogaert
2ec97235ec Split bar on Messagelist activity and some code styling. 2012-09-08 21:32:54 -07:00
Sander Bogaert
12862e2050 Initialised ActionBarSherlock. 2012-09-08 21:14:54 -07:00
Jesse Vincent
9a87d0aa52 Bumped manifest to 4.302 2012-08-31 19:18:22 -04:00
Jesse Vincent
5b4d2806ab Bumped manifest to 4.301 2012-08-16 10:56:37 -07:00
Jesse Vincent
5b9c9858c1 bump version codes to not conflict with 4.2 2012-08-16 10:56:18 -07:00
Jesse Vincent
b15148662d Bumped manifest to 4.121 2012-07-22 11:09:24 -07:00
Jesse Vincent
bf0434a9f7 Bumped manifest to 4.120 2012-06-30 19:35:28 -07:00
Jesse Vincent
10f278f579 Bumped manifest to 4.119 2012-06-12 08:13:14 -07:00
cketti
682e79fca2 Fixed description of K-9 Mail's delete permission 2012-05-24 06:17:47 +02:00
Jesse Vincent
50a066eb89 Bumped manifest to 4.118 2012-05-20 20:11:26 -04:00
Jesse Vincent
c59688bf2d Bumped manifest to 4.117 2012-05-07 17:31:36 -07:00
Jesse Vincent
e5c8a25c8b Bumped manifest to 4.116 2012-04-26 09:09:28 -04:00
Jesse Vincent
5b7dec3d78 Bumped manifest to 4.115 2012-04-14 12:01:14 +08:00
Jesse Vincent
029c8958a3 Bumped manifest to 4.114 2012-04-11 12:13:41 -04:00
Koji Arai
6861c813ea Change layout of the email address list.
set title to the contact name.
change text size is medium from default(Large).
2012-04-08 12:32:10 -04:00
Jesse Vincent
4723ea0ae5 Possible to select email addresses from the ContactPicker
Conflicts:

	src/com/fsck/k9/activity/MessageCompose.java
	src/com/fsck/k9/helper/ContactsSdk3_4.java
2012-04-08 12:29:08 -04:00
Jesse Vincent
cd8224fa6b Bumped manifest to 4.113 2012-04-03 09:33:22 -04:00
Jesse Vincent
ae6679769b Bumped manifest to 4.112 2012-02-28 09:05:46 -05:00
Jesse Vincent
6d7f2b26b0 Bumped manifest to 4.110 2012-02-26 16:33:43 -05:00
Jesse Vincent
ddbd46666a Bumped manifest to 4.109 2012-02-15 13:46:33 -05:00
cketti
81b4fef4aa Change protection level for READ_MESSAGES and DELETE_MESSAGES to "dangerous" 2012-02-14 00:49:34 +01:00