Tim Su
60af08f0b1
Apply of patch from Roger Kristiansen to fix issue #80
15 years ago
Tim Su
c6ccef1aed
Cleaning up unnecessary localization files. Eventually every key that doesn't need to be localized should be purged from these localizations to avoid having duplicated information.
15 years ago
Tim Su
b4fb03647f
Updates to bring Astrid project to full SDK 1.5 compatibility.
15 years ago
eparvand@gmail.com
7250b6a1a2
Edited classpath and removed some unnecessary jars, all in effort to build against 1.5.
15 years ago
Tim Su
a1cc5ed5f2
Chinese is spelled "zh".
15 years ago
jon@todoroo.com
4f321c5080
update to japanese strings to include stings that are new in this version. Needs additional translation.
15 years ago
jon@todoroo.com
988630571f
Added string values for Japanese and Norwegian and place holders for Chinese and German Translations.
15 years ago
jon@todoroo.com
9a33ad2137
Added some comment to the arrays.xml and strings.xml to assist those who are translating.
15 years ago
Tim Su
7d4ad4d9c9
Fixed bug where the very first time the app is run, it would crash, by adding "IF NOT EXISTS" to the sql queries for creating tables. Also synchronizing these operations for good measure.
15 years ago
nemo.nihil
b3661a872d
Added Toasts for "onTaskSave" (reporting the time till due date, if set)
15 years ago
Tim Su
fb8f8e412c
Removed @Override annotation on annonymous inner classes as per issue #71
15 years ago
Tim Su
747febb162
Dropping email address by default.
15 years ago
Tim Su
a38e8cb57b
Slight updates to get to 2.6.1 - including making the swipes far more lenient, and fixing back button behavior.
15 years ago
Tim Su
14766f250f
Fix to postponed tasks to keep a per/task counter, bug fixes for refreshing the list.
15 years ago
Tim Su
3d5b8d45b3
Fixin' the bugs with postpone pref.
15 years ago
Tim Su
3c6a8c8716
Bug fixes:
...
- new RTM synchronization automatically starts the sync process
- nags after postpone
- if tag has special characters, no '@' in shortcut
- delete old tasks
15 years ago
Tim Su
c6ce2d9a23
Bug fixes: have tag list hide completed tasks from count, add a @ to tags.
15 years ago
Tim Su
c792d99467
Awesome shortcuts: 'create new task' anycut shortcut, tag direct shortcuts.
15 years ago
Tim Su
037dc35c5d
Fix for broken notifications.
15 years ago
Tim Su
d2e8db4f10
Update alarms on postpone.
15 years ago
Tim Su
90e57d3391
Saving context when screen rotating, also some tweaks from the profiler.
15 years ago
Tim Su
d5488da201
Fixed bug w/ postpone.
15 years ago
Tim Su
57fa2678c0
Only show dialog when really out of memory.
15 years ago
Tim Su
cf290c89f2
Fixing lots of crashes and stuff generated by monkey... super ugly. I hope the product works... =x
15 years ago
Tim Su
36ca13ae8d
More updates to loading thread - stops if running and reload needed.
15 years ago
Tim Su
327bc1b7ae
Always show text at the top
15 years ago
Tim Su
3c09c367dc
Updates to task list to handle editing, creating, deleting.
15 years ago
Tim Su
81cd7de0df
Work on optimizing Astrid for gigantic lists. Removed all the crashing! Just have to test
...
a) task updates when edited
b) task hides when deleted, nothing else is affected
c) creating tasks works
15 years ago
Tim Su
33a3f2e1df
Cleaned up the refresh code, not doing a refresh when you do timer or postponing.
15 years ago
Tim Su
b07086e5f8
Max opposite axis movement for a swipe
15 years ago
Tim Su
2dafd2918d
Fixed swipe being too sensitive
15 years ago
Tim Su
41435827e7
Hopefully the last force close is fixed. This whole architecture needs a re-design - I'm probably loading and reloading the list way more than I need to be. In fact, that's almost a certainty.
...
BAH.
15 years ago
Tim Su
25f4d31837
Caught an exception & defer-load when you change your filters in the main task list
15 years ago
Tim Su
ade7846578
Another enum bites the dust. NotificationIconSet.
15 years ago
Tim Su
02bf2223fc
Added some comments to strings xml
15 years ago
Tim Su
3d977b2d60
Log a warning on stale data exception.
15 years ago
Tim Su
a71fcc2ba9
catching staledataexception and ignoring it. =(
15 years ago
Tim Su
689c24ccd0
Flipped landscape and portrait detection.
15 years ago
Tim Su
480a54bfa1
Fixes caused by thread stuff.
15 years ago
Tim Su
40fc726657
Prep for release - removed threading from fillData in onfocus.
15 years ago
Tim Su
c22cf2e015
Got notifications working again, quick hour fix in alarm time
15 years ago
Tim Su
833afde0a1
Put task content loading into a separate thread.
15 years ago
Tim Su
959741120b
Fixed up bugs from previous update. Also, when you complete a repeating task, periodic reminders are pushed back.
15 years ago
Tim Su
1ac92aa1a0
Completion date is in the past.
15 years ago
Tim Su
c6408f488c
Calendar event gets updated when you change due dates / roll over a repeating task. (untested).
...
Also, dates are specified in absolute where appropriate
15 years ago
Tim Su
d1f6853643
Better calendar integration: precreating events and then opening them up for edit, and also deleting them when you complete / delete your task.
15 years ago
Tim Su
c4db48e97e
Closed issue #48 , tweaked event adding.
15 years ago
Tim Su
20c1d95b5c
2.3.2:
...
- notification icon themes
- add to calendar (no event title yet)
- delete is sped up
- fixed bug with repeat double-happening
- fixed bug with task completion % not displaying
- fixed bug with date being prematurely marked as overdue
15 years ago
Tim Su
3b7601ef01
Comments!
15 years ago
Tim Su
ee10cb7dd6
Made expand->select only happen in certain circumstances. Fixed the notification icon to be clickable multiple times. Added survey option
15 years ago