Sam Bosley
8ec79a2eb9
Fixed bugs with deleting a task messing up indent model
12 years ago
Sam Bosley
fe79994c6a
Fixed bugs relating to indentation and list refreshing
12 years ago
Sam Bosley
4c7139a7ce
Killed a println
12 years ago
Sam Bosley
5ed0555280
Manual ordering seems to be sort of working, bugs may still exist
12 years ago
Sam Bosley
13d85be8e8
Make all subtasks fragments compile using the new helper classes (untested)
12 years ago
Sam Bosley
029e5450ab
Implement move to end of list, get task indent from node
12 years ago
Sam Bosley
01ca8189f1
Implemented function to traverse list tree and output an ordered id list
12 years ago
Sam Bosley
fb21f68b84
Implemented move in the new ordered list updater
12 years ago
Sam Bosley
fa5739f499
Started implementing in-memory management of sort and subtasks
12 years ago
Sam Bosley
53d6c2387d
Refactored some of arne's code for adding assignees to a list, fixed the ui refresh issue
12 years ago
Arne Jans
e349349e7e
Preliminary support for asking about adding a user to a list, if the user
...
is assigned by email and not in the list-members.
The GUI (memberlist in TagViewFragment) is not updating, though, so the new user isn't reflected yet.
12 years ago
Sam Bosley
a0c31d4052
Fixed typo in upgrade message
12 years ago
Sam Bosley
84b550fecb
Measure how many people are using swipe between lists
12 years ago
Sam Bosley
b21d5aa063
Fixed a menu bug with featured lists when swipe enabled
12 years ago
Sam Bosley
f8f42861a0
Version bump and upgrade message
12 years ago
Sam Bosley
51b33a3c9b
More timing fixes
12 years ago
Sam Bosley
2cb3c9c27c
Fixed a timing bug with syncing people view after friend request/accept
12 years ago
Sam Bosley
8685461911
Fixed a crash with creating a calendar list with swipe enabled, refactored some constant names for clarity
12 years ago
Sam Bosley
a1ff1046ee
Only show calendar reminders for which the user is an actual attendee (i.e. not just shared on the calendar)
12 years ago
Sam Bosley
7143a84dae
Updated .pot files
12 years ago
Sam Bosley
90fb29b4ad
Just-in-case null pointer check in person list fragment (should never happen)
12 years ago
Sam Bosley
ee65ce2931
Fixed potential null pointer when scheduling calendar events
12 years ago
Sam Bosley
6f67c580a7
Minor calendar fix, respect featured list preference in main menu
12 years ago
Sam Bosley
296c659b47
Calendar reminders should get scheduled when the preference is turned on
12 years ago
Sam Bosley
07284c3b17
Fixed a bug when adding friends
12 years ago
Sam Bosley
24064ac578
Don't show blocked or ignored users
12 years ago
Sam Bosley
2c5d9ae29c
Upgrade message, final AB test probabilities, minor copy update
12 years ago
Sam Bosley
e8ed1aea58
Update invoker to use api level 7
12 years ago
Sam Bosley
400ffa10cb
Fixed some minor display bugs with the friend accept button
12 years ago
Sam Bosley
3984cfb2c2
Fixed a bug when saving suggested users, which don't have email strings
12 years ago
Sam Bosley
5203b8b0cb
Font size change should trigger a refresh
12 years ago
Sam Bosley
df9db27cd4
QuickAddMarkup test should have been a DatabaseTestCase subclass. All the tests pass now
12 years ago
Sam Bosley
f3e1508d76
Disable the Astrid2To3Upgrade test:
12 years ago
Sam Bosley
02016abea1
Be less stringent with the weekly repeating test cases to fix a daylight savings bug that would cause them to fail
12 years ago
Tim Su
ad88e9030f
copy over Coverage metadata file
12 years ago
Tim Su
f5def03ca7
don't clean up emma files, incase they are useful
12 years ago
Tim Su
d6d11e1da0
Create a test target that runs tests with zutubi instrumentation runner
12 years ago
Tim Su
cde9c17471
Add a build step to build for staging server
12 years ago
Sam Bosley
8c50cf2077
Updated junit report classes, should read report file from the sdcard now
12 years ago
Sam Bosley
1672427b0a
Indicate uneditable tasks with a special background color
12 years ago
Sam Bosley
14a13fe241
Minor cleanup
12 years ago
Sam Bosley
8b886473d2
Fixed a few bugs where we should have been checking if a task was editable before displaying something
12 years ago
Sam Bosley
acf80330df
Only show active and visible tasks in the people views
12 years ago
Sam Bosley
812c5b128e
Launch task comments view when non-editable task clicked
12 years ago
Sam Bosley
61eabcc3cf
Refactored to pass editable flag to the AstridActivity when task item clicked. This will make it easier to choose whether to launch the edit page or the comments page
12 years ago
Sam Bosley
eae50fdae1
Renamed TagUpdatesActivity to general purpose CommentsActivity for both tag and task comment fragments
12 years ago
Sam Bosley
0b9f54295e
Renamed TagUpdatesFragment to TagCommentsFragment
12 years ago
Sam Bosley
2a2ab57ece
Finished implementing the TaskCommentsFragment (untested)
12 years ago
Sam Bosley
48eb144cff
Started implementing a task comments fragment
12 years ago
Sam Bosley
bbaee36592
Removed a bunch of unused stuff
12 years ago