todotxt / todo.txt-android

Official Todo.txt Android app for managing your todo.txt file stored in Dropbox.
http://todotxt.com
GNU General Public License v3.0
1.25k stars 406 forks source link

sort by date #454

Open manfred69 opened 10 years ago

manfred69 commented 10 years ago

Hello,

I have bought: 1) Version 2.2 (Google Play Store) 2) Version 2.2.1 (Amazon)

In the description of the app I read: ' Sort tasks by date asc or desc'.

But both cannot sort by date. There is no item in the menue. But this function is very important for me. What can I do?

CalumJEadie commented 10 years ago

For me, when I added a task of the form

due:yyyy-mm-dd The sort by date ascending or descending options appeared within the sort menu. ![untitled](https://f.cloud.github.com/assets/868440/2149898/c2d9e226-93fa-11e3-9ece-c68594fe1f12.png)
ginatrapani commented 10 years ago

In Settings, check "Date new tasks." Then when you create new tasks they will have a date, and you can sort by that date.

manfred69 commented 10 years ago

Whatever I do It won’t work! I have a german version, and my options to sort are:

Von: Gina Trapani [mailto:notifications@github.com] Gesendet: Mittwoch, 12. Februar 2014 18:52 An: ginatrapani/todo.txt-android Cc: Manfred Schröder Betreff: Re: [todo.txt-android] sort by date (#454)

In Settings, check "Date new tasks." Then when you create new tasks they will have a date, and you can sort by that date.

— Reply to this email directly or view it on GitHubhttps://github.com/ginatrapani/todo.txt-android/issues/454#issuecomment-34895605.

chuckbjones commented 10 years ago

Can reproduce. Set system language to Deutsch and Date options don't show up in sort menu. Weird.

Edit: Same with French. Set language back to English and the date options show up again.

schilke commented 10 years ago

Well, I thought it just wouldn't work on gingerbread. Now that I've switched from EN to DE I can confirm it's missing for DE only. Am 12.02.2014 19:18 schrieb "manfred69" notifications@github.com:

Whatever I do It won’t work! I have a german version, and my options to sort are:

  • Gewichtung
  • ID aufsteigend
  • ID absteigend
  • Text (A-Z)

Von: Gina Trapani [mailto:notifications@github.com] Gesendet: Mittwoch, 12. Februar 2014 18:52 An: ginatrapani/todo.txt-android Cc: Manfred Schröder Betreff: Re: [todo.txt-android] sort by date (#454)

In Settings, check "Date new tasks." Then when you create new tasks they will have a date, and you can sort by that date.

— Reply to this email directly or view it on GitHub< https://github.com/ginatrapani/todo.txt-android/issues/454#issuecomment-34895605>.

— Reply to this email directly or view it on GitHubhttps://github.com/ginatrapani/todo.txt-android/issues/454#issuecomment-34898263 .

schilke commented 10 years ago

Slightly confused already: "Switched from DE to EN" to be correct :-P On Feb 12, 2014 7:48 PM, "Jürgen Schilke" schilke@gmail.com wrote:

Well, I thought it just wouldn't work on gingerbread. Now that I've switched from EN to DE I can confirm it's missing for DE only. Am 12.02.2014 19:18 schrieb "manfred69" notifications@github.com:

Whatever I do It won’t work! I have a german version, and my options to sort are:

  • Gewichtung
  • ID aufsteigend
  • ID absteigend
  • Text (A-Z)

Von: Gina Trapani [mailto:notifications@github.com] Gesendet: Mittwoch, 12. Februar 2014 18:52 An: ginatrapani/todo.txt-android Cc: Manfred Schröder Betreff: Re: [todo.txt-android] sort by date (#454)

In Settings, check "Date new tasks." Then when you create new tasks they will have a date, and you can sort by that date.

— Reply to this email directly or view it on GitHub< https://github.com/ginatrapani/todo.txt-android/issues/454#issuecomment-34895605>.

— Reply to this email directly or view it on GitHubhttps://github.com/ginatrapani/todo.txt-android/issues/454#issuecomment-34898263 .

chuckbjones commented 10 years ago

The sort options are defined in a resource file in values/arrays.xml. @ginatrapani, are the localized versions of these files generated, and do they be re-generated now?

chuckbjones commented 10 years ago

It appears that missing translations in string-arrays don't fall back to the default value. The best solution would be to use references to string resources as array values, and allow those resources to be translated: http://stackoverflow.com/a/16226051/935757

ginatrapani commented 10 years ago

Apologies for not getting back sooner. I did assume that strings without translations would fall back to the en-US version, but apparently not. I'll pull and test #457, update translate.todotxt.com, and issue the fix this week.

karbassi commented 7 years ago

@ginatrapani Side note, where did translate.todotxt.com point to? As of Oct 9, 2017, it redirects to todotxt.org. The .COM to .ORG change was made when we brought the project into an organization.

What was running on translate.todotxt.com?

karbassi commented 7 years ago

Seems like it redirected to https://crowdin.com/project/todotxt-touch-android. Can you fix the redirect?

ginatrapani commented 7 years ago

yep, just created and assigned myself that ticket.