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

1028 Commits

Author SHA1 Message Date
cketti
99ae73ebb9 Remove the setting to hide the refile buttons
With the introduction of the action bar there is no longer a separate
button bar for refile actions. So it's no longer necessary to hide the
buttons to save screen space.
2012-12-08 11:51:10 +01:00
igavio
5ac8d4e5db Update res/values-el/strings.xml
Translation of 4 new strings
2012-12-07 14:48:15 +02:00
cketti
9a16ecce3d Merge pull request #214 from jacky672/patch-1
Update res/values-fr/strings.xml
2012-12-06 13:13:02 -08:00
cketti
b04f1b4319 Add an "empty view" to the message list
This will display a spinning progress indicator while the message list
is loaded from the database.
2012-12-06 06:26:39 +01:00
Erkan
182b76d706 Update res/values-fr/strings.xml 2012-12-04 19:52:41 +01:00
Andrew Chen
301c8549e0 Fix ru XML formatting. 2012-12-03 16:25:51 -08:00
Andrew Chen
2800ca3805 Merge pull request #212 from 0x2102/patch-4
Update res/values-ru/strings.xml
2012-12-03 15:43:23 -08: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
Alexey
7410eb000c Update res/values-ru/strings.xml
The main part has been translated.
2012-11-28 12:34:32 +04:00
Andrew Chen
f4fb907eca Merge pull request #208 from igavio/patch-7
Update of greek translation
2012-11-26 20:34:06 -08:00
Andrew Chen
88f911d38a Merge pull request #209 from jacky672/master
Update app/res/values-fr/strings.xml
2012-11-26 20:33:06 -08:00
Jesse Vincent
989d214b23 Two typo fixes from zjw 2012-11-27 12:25:25 +08:00
Jesse Vincent
3bfeed8b42 more string tweaking 2012-11-24 17:38:21 -05:00
Jesse Vincent
95a49f1427 more wordsmithing 2012-11-24 14:43:18 -05:00
Jesse Vincent
212a331313 reorder folder list menu to emphasize useful things a bit more 2012-11-24 14:42:21 -05:00
Jesse Vincent
e856dd47cf Tighten up some of our english language prose 2012-11-24 14:22:59 -05:00
Jesse Vincent
16de720661 Better style the thread count indicators 2012-11-24 13:22:21 -05:00
Erkan
4a2b914fc2 Update res/values-fr/strings.xml 2012-11-21 11:27:14 +01:00
cketti
44b37449aa Fix typo in german translation 2012-11-21 01:44:15 +01:00
cketti
349b1e997e Use type of compose action as action bar title
I.e. one of "Compose", "Reply", "Reply all", "Forward"
2012-11-21 01:42:19 +01:00
cketti
7678210807 Add missing placeholders to translations 2012-11-20 02:12:45 +01:00
igavio
410f9dd899 Update of greek translation
Last greek update containing latest new entries and a few corrections of past ones
2012-11-19 11:24:04 +02:00
cketti
4e8c8e35de Remove unused strings 2012-11-19 08:06:57 +01:00
cketti
e2e5fdfb19 Fix format string in el translation 2012-11-19 05:19:34 +01:00
cketti
c5b552af08 Add placeholders for missing strings in translations 2012-11-19 03:29:21 +01:00
cketti
b97d69333a Move strings containing the app name to special section in strings.xml 2012-11-19 00:01:30 +01:00
cketti
77f08a34c9 Move app-specific string to appropriate section of strings.xml 2012-11-18 23:36:43 +01:00
cketti
704fb8c181 Don't refer to the device we're running on as "phone" 2012-11-18 22:45:08 +01:00
cketti
08615f205f Merge branch 'content_provider' 2012-11-18 16:50:31 +01:00
cketti
60ebe8a0bd Remove unused string 2012-11-15 22:00:17 +01:00
cketti
4eefcb3a31 Fix crash when remote search fails after search screen has been left
Also, change error message to be less technical.
2012-11-15 21:28:05 +01:00
cketti
9814833008 Merge branch 'master' into content_provider 2012-11-08 20:32:12 +01:00
Leo Yang
9187b00b17 Traditional Chinese update 2012-11-06 16:43:48 -05:00
Jesse Vincent
9be4efe58f Get the Folder list to use the new common icons 2012-11-06 16:18:00 -05:00
Jesse Vincent
e318b5483a refactor a common component 2012-11-06 16:17:31 -05:00
Jesse Vincent
446cda8618 Clean up the icons in account list 2012-11-06 16:02:08 -05:00
Jesse Vincent
a47a8c2ccd Slightly better whitespace symmetry in the messagelist 2012-11-06 15:20:27 -05:00
Koji Arai
9ae4a6b3dc Updated Japanese translation. catch up with 952c407. 2012-11-06 22:47:52 +09: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
Jesse Vincent
21c5ab5d14 Reorder the accounts menu for consistency with the message list menu 2012-10-30 12:49:37 -04:00
Joe Steele
f70d835404 Provide menu option to search messages.
Recent phones frequently do not have a hardware search key, so
there is no way to initiate a search without a menu option.

Related to issues 3386, 3428, 4523, and 4643.
2012-10-30 12:42:51 -04:00
cketti
5778d135fb Add global setting to enable/disable threaded view 2012-10-28 20:10:52 +01:00
cketti
faa666394c Do sorting in MergeCursor when merging the query results
Disabled "sort by sender" for now because the database can't sort by
contact names from the contacts database. We probably have to
special-case that and do in-memory sorting.
2012-10-27 02:15:30 +02:00
cketti
9d802e807e Clean up pt-BR translation 2012-10-21 20:32:52 +02:00
cketti
24b100dfc3 Merge commit '68b6df6e1c0a683b195e90d7fe6fddce1c418edd' 2012-10-21 20:23:52 +02:00
cketti
b373dec04e Merge commit 'e482e32ee4cc224db6cfed6f33bea26b27710bf8' 2012-10-21 20:22:54 +02:00
cketti
1ac666bbd1 Fix italian translation 2012-10-21 19:21:26 +02:00
Marcio Zomb13
68b6df6e1c Update res/values-pt-rBR/strings.xml 2012-10-17 21:30:00 -03:00
Marcio Zomb13
e482e32ee4 Update res/values-pt-rBR/strings.xml
Another update (there are many new strings), i will make some updates later.
Thanks.
2012-10-16 13:22:03 -03:00
cketti
795540e6a5 Merge pull request #192 from voda/patch-1
typo in czech translation
2012-10-16 07:58:16 -07:00