Commit Graph

365 Commits

Author SHA1 Message Date
Jesse Vincent eff9e8c97a Bumped manifest to 4.325 2013-02-06 22:30:01 -05:00
Jesse Vincent 2a411e780c Bumped manifest to 4.324 2013-02-05 21:18:50 -05:00
Jesse Vincent a8917d60c9 Bumped manifest to 4.323 2013-02-04 22:10:18 -05:00
Jesse Vincent 0645cd8d8f Bumped manifest to 4.322 2013-02-03 23:19:09 -05:00
cketti 034a4348c1 Set Theme.K9.Light in the manifest to get a nice startup animation
This will still look bad when the user is using the dark theme. But at
least there will be no flash of a dark actionbar when using the light
theme.
2013-02-03 15:06:27 +01:00
cketti af51eee9b1 Get rid of MessageView activity 2013-01-31 04:34:23 +01:00
Jesse Vincent 9538a89d7c Bumped manifest to 4.321 2013-01-15 22:53:44 -05:00
Jesse Vincent ac6c48c2d8 Bumped manifest to 4.320 2013-01-10 15:09:22 -05:00
Jesse Vincent 9c5a11eacf Bumped manifest to 4.319 2013-01-07 23:54:42 -05:00
Andrew Chen 1ff0bb6289 Merge pull request #222 from maniac103/jb-notifications
Merge branch 'jb-notifications' of https://github.com/maniac103/k-9

* 'jb-notifications' of https://github.com/maniac103/k-9:
  Strip off signatures from preview.
  Reset list of unseen messages when the user clears the notification.
  In the new-style notification, directly go to message if new message count is 1.
  Cancel notification when viewing message by clicking on notification.
  Directly go to message when clicking on a single-message notification.
  Fix message overflow.
  Incorporate review comments.
  Some fixes to notification behaviour.
  Add German translation for message delete notification action.
  Add delete action to notification.
  Update summarized notification if a message is deleted or read remotely.
  Fixed deprecation warnings.
  Simplify code and beautify pre-jellybean notifications by using bold sender span for those.
  Respect "Show contact names" option when determining sender for notification.
  Fix marking messages as read from notification.
  Add German translation for new strings.
  Add actions to notifications.
  First stab at new notifications.
  Remove own Notification.Builder abstraction.
  Update android support library to latest version.
2013-01-07 20:44:35 -08:00
Jesse Vincent 3203b46786 Bumped manifest to 4.318 2013-01-07 10:23:54 -05:00
Danny Baumann 0bf3dddafc Add delete action to notification. 2013-01-04 10:40:48 +01:00
Danny Baumann 8cee3ee18d Add actions to notifications.
- If there's only a single message in the notification, add 'Reply' and
  'Read' (marks as read) buttons.
- If there's more than one message pending, add only 'Read'.
2013-01-02 14:17:20 +01:00
Jesse Vincent 2fd047a406 Bumped manifest to 4.317 2012-12-11 20:46:24 -05:00
Jesse Vincent 2b98e1fa8d Bumped manifest to 4.316 2012-12-05 12:54:10 -05:00
cketti b2098c8d1c Add activity that is displayed during database upgrades
See UpgradeDatabases.java for a detailed description of the upgrade
process.
2012-12-01 08:02:55 +01:00
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