Commit Graph

400 Commits

Author SHA1 Message Date
cketti 902bd96f4a Bumped manifest to 4.903 2014-03-06 02:04:14 +01:00
cketti fec864a426 Bumped manifest to 4.902 2014-02-23 01:36:17 +01:00
Jesse Vincent 7701d4ddb2 Bumped manifest to 4.901 2014-02-13 16:34:20 -02:00
Jesse Vincent 3349c51bcd Bumped manifest to 4.900 2014-01-20 21:49:03 -05:00
Jesse Vincent 6c7bac5851 Bumped manifest to 4.900 2014-01-20 21:47:48 -05:00
Jesse Vincent d7b987f072 Bumped manifest to 4.900 2014-01-20 21:47:37 -05:00
Jesse Vincent 5e7a9a8489 bump version to 4.900 2014-01-20 21:40:36 -05:00
cketti 38e3aa7db1 Set minSdkVersion to 15
Technically, the code still supports SDK 8. But we don't want users to get stuck
on a 4.9xx version when we do remove compatibility with old Android versions.
2013-12-16 17:43:45 +01:00
Jesse Vincent 5475f47bcf Bumped manifest to 4.701 2013-11-05 20:29:16 -05:00
Jesse Vincent 823c9ff1c5 Bumped manifest to 4.700 2013-10-10 20:42:36 -04:00
Jesse Vincent 8754a1b232 new dev branch series 2013-10-10 20:37:38 -04:00
Jesse Vincent cc06e9bbd8 Bumped manifest to 4.512 2013-09-16 10:15:44 -04:00
Jesse Vincent 0f07fbab42 Bumped manifest to 4.511 2013-08-31 11:57:59 -04:00
Jesse Vincent 8b4064b216 Bumped manifest to 4.510 2013-08-27 16:16:00 -04:00
Jesse Vincent 09c27d94b8 Bumped manifest to 4.509 2013-08-23 13:37:03 -04:00
Jesse Vincent ec94513132 Bumped manifest to 4.508 2013-07-17 22:13:27 -04:00
Jesse Vincent 0fa861878f Bumped manifest to 4.507 2013-07-17 21:40:07 -04:00
Jesse Vincent 4b9f21897d Bumped manifest to 4.506 2013-07-11 19:10:02 -04:00
Jesse Vincent 120dcd3147 Bumped manifest to 4.505 2013-07-07 23:04:40 -04:00
Jesse Vincent da55375228 Bumped manifest to 4.504 2013-07-06 21:51:28 -04:00
Jesse Vincent 457458d940 Bumped manifest to 4.503 2013-07-05 17:51:47 -04:00
cketti 06ae2a071b Explicitly export content providers
With SDK 17 the default value for 'exported' changed to "false".
2013-06-23 03:29:17 +02:00
cketti ed354eea32 Increase minSdkVersion to 8 because we're using SearchView in FolderList 2013-05-24 22:55:13 +02:00
cketti 88c7b20c43 Update targetSdkVersion to 17 2013-05-24 22:33:09 +02:00
cketti a01e9af0ae Remove abstract Activity from manifest 2013-05-24 22:02:47 +02:00
Jesse Vincent 5c094da743 Bumped manifest to 4.502 2013-05-23 14:11:54 -04:00
cketti c3655f52d0 Fix version code for next release 2013-05-10 21:26:47 +02:00
Jesse Vincent 534c8b9111 Bumped manifest to 4.501 2013-05-10 12:04:06 -04:00
Jesse Vincent 1014f0de1a Bumped manifest to 4.331 2013-05-06 23:56:26 -04:00
cketti 620f56ceff Use a dark startup animation 2013-04-24 02:45:12 +02:00
Jesse Vincent d885482bbd Bumped manifest to 4.330 2013-03-19 13:36:32 -04:00
Jesse Vincent 1ccd9d70ec Bumped manifest to 4.329 2013-03-13 22:59:56 -04:00
Jesse Vincent 140cd2f1fc Bumped manifest to 4.328 2013-02-20 00:57:59 -05:00
Jesse Vincent 93da64defd Bumped manifest to 4.327 2013-02-19 23:27:47 -05:00
Jesse Vincent 60aa6077e9 Bumped manifest to 4.326 2013-02-15 21:54:06 -05:00
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