Sam Bosley
|
df5d9e25af
|
Added MD5 library for testing alternative implementation
|
12 years ago |
Sam Bosley
|
7f019c80dc
|
Reimplemented tag membership checking when assigning tasks
|
12 years ago |
Sam Bosley
|
1f5dc859a5
|
Cleaned up EditNoteActivity, refresh after sync
|
12 years ago |
Sam Bosley
|
3e1c722280
|
Several minor fixes to sync callbacks, ui fixes to TagViewFragment
|
12 years ago |
Sam Bosley
|
89709ab71f
|
Experimental scheme for passing callback functions with sync messages, to be run at the end of a loop
|
12 years ago |
Sam Bosley
|
0f4b94011b
|
Fixed some queries to use deletion_date correctly, enqueue changes happened when tags or members added to metadata tables
|
12 years ago |
Sam Bosley
|
f010730549
|
Fixed several minor errors creating/processing tag member links
|
12 years ago |
Sam Bosley
|
4588748ada
|
Implemented synchronizing tag member metadata, minor fixes to ChangesHappened
|
12 years ago |
Sam Bosley
|
4a03d185e5
|
Removed Task.USER_EMAIL column--just send emails in the user_id column
|
12 years ago |
Sam Bosley
|
9853d90948
|
Added ability to upload pictures with comments and tags
|
12 years ago |
Sam Bosley
|
dd957f773c
|
Fixed a typo in NameMaps
|
12 years ago |
Sam Bosley
|
ddd029fc32
|
Fixed errors joining with users table for images
|
12 years ago |
Sam Bosley
|
719380253a
|
Wire up user activity messages to the sync thread
|
12 years ago |
Sam Bosley
|
e9f8d1f4f8
|
Code cleanup, fixes to displaying user name in comments
|
12 years ago |
Sam Bosley
|
8125d79f71
|
First pass at reimplementation of UpdateAdapter
|
12 years ago |
Sam Bosley
|
cc0fcf95ef
|
Removed several more references to Update model
|
12 years ago |
Sam Bosley
|
bf6af525a6
|
Removed several references to Update model
|
12 years ago |
Sam Bosley
|
d2e9b1407b
|
Introduced a new UserActivity table to replace the old Update table. It will be easier to just migrate and deprecate the Update table
|
12 years ago |
Sam Bosley
|
9079309539
|
Try reusing old remoteId property as the new uuid property by recasting it as a string
|
12 years ago |
Sam Bosley
|
c45d70021b
|
Implement join with the users table for showing user images in the task adapter
|
12 years ago |
Sam Bosley
|
baa05dfb46
|
Removed several references to TagData.MEMBERS in TagSettingsActivity. Still need to figure out how to detect member added/removed
|
12 years ago |
Sam Bosley
|
b4977f5064
|
Infrastructure for recording outstanding entries for tag member added/removed
|
12 years ago |
Sam Bosley
|
360f75df7d
|
Updated several references to picture properties to read from picture jsons
|
12 years ago |
Sam Bosley
|
b8476ca5b8
|
Cleaned up final references to Task.USER
|
12 years ago |
Sam Bosley
|
6b458a501b
|
Implemented create and delete member links for sync
|
12 years ago |
Sam Bosley
|
26e6e13b16
|
Infrastructure for adding/removing members to tags during sync
|
12 years ago |
Sam Bosley
|
f3cced5d02
|
Added a tag metadata table for things like tag to user join table
|
12 years ago |
Sam Bosley
|
16abc83b12
|
Removed or fixed most references to Task.USER
|
12 years ago |
Sam Bosley
|
8c8300524e
|
Fixed EditPeopleControlSet compilation errors (may not actually be working)
|
12 years ago |
Sam Bosley
|
2127f81faf
|
Fixed most other compilation errors related to user_id
|
12 years ago |
Sam Bosley
|
c7d7167763
|
Fixed several references to non-string userids
|
12 years ago |
Sam Bosley
|
b1ae98aec4
|
Removed all references to Task.SHARED_WITH
|
12 years ago |
Sam Bosley
|
38bcd361f2
|
Cleaned up unused code
|
12 years ago |
Sam Bosley
|
086b4c9f29
|
Load task actions on main thread, don't read notes into cursor
|
12 years ago |
Sam Bosley
|
53698cdb02
|
Added task classification column
|
12 years ago |
Sam Bosley
|
a8d4df79f3
|
Moved the new sync migrator into a more sensical package
|
12 years ago |
Sam Bosley
|
5de62890a6
|
Removed stray references to Task.FLAGS, which should not currently be necessary
|
12 years ago |
Sam Bosley
|
e30b71d416
|
Deprecated the repeat after completion flag
|
12 years ago |
Sam Bosley
|
1f7a937a98
|
Fixed some issues with tag_removed
|
12 years ago |
Sam Bosley
|
0f417c97af
|
Change default row style for easier debugging
|
12 years ago |
Sam Bosley
|
97067cb824
|
Don't create unecessary changeshappened messages
|
12 years ago |
Sam Bosley
|
abc66a7bb5
|
Refactor to prevent database locks
|
12 years ago |
Sam Bosley
|
fa87caffc8
|
Fixed bug/ANR when adding tags
|
12 years ago |
Sam Bosley
|
96b29c30bc
|
Record task outstanding entries when tag added or removed
|
12 years ago |
Sam Bosley
|
d7d90cb72e
|
No more UserData messages, just normal MakeChanges for the users table instead
|
12 years ago |
Sam Bosley
|
f57975b0d8
|
DatabaseDao.updateMultiple is redundant with DatabaseDao.update
|
12 years ago |
Sam Bosley
|
cfe2a0724f
|
Added a tag data listener to update metadata when tag data name changes
|
12 years ago |
Sam Bosley
|
a8ac2dccde
|
Fetch local id if necessary when tag_added in make changes
|
12 years ago |
Sam Bosley
|
2e0fef2e9d
|
Added a fetch by uuid method to remote model daos
|
12 years ago |
Sam Bosley
|
78cb6f71d1
|
Fixed bugs with sharing instances of selector-backed drawables
|
12 years ago |
Sam Bosley
|
03f1ce1dc0
|
More resource caching for images used as defaults for asyncimageviews
|
12 years ago |
Sam Bosley
|
27c964c4cc
|
Cache images in TaskAdapter instead of using setImageResource
|
12 years ago |
Sam Bosley
|
b614a5af3c
|
Minor performance improvements to DateUtilities, TaskAction
|
12 years ago |
Sam Bosley
|
8a9554a30a
|
Removed an unused preference check
|
12 years ago |
Sam Bosley
|
d0fd66cdd0
|
Refactored some things in TagService to use UUIDs
|
12 years ago |
Sam Bosley
|
1fd38dc245
|
Migration to separate columns for task flags
|
12 years ago |
Sam Bosley
|
9a3068b37e
|
Fixed a typo
|
12 years ago |
Sam Bosley
|
fd0e5c5304
|
Merge and resolve conflicts from upstream/master
|
12 years ago |
Sam Bosley
|
3bd89978b0
|
Replace the task edit delete menu item with a button directly in the layout
|
12 years ago |
Sam Bosley
|
ca2ad740fc
|
Use system checkboxes in reminder dialog, polish to sort dialog
|
12 years ago |
Sam Bosley
|
3b5fca0d67
|
AB test the simple edit box style
|
12 years ago |
Sam Bosley
|
cf075cc1e6
|
Copy update
|
12 years ago |
Sam Bosley
|
358acdb8f9
|
Changed version number for the next release, updated upgrade message
|
12 years ago |
Sam Bosley
|
851240f1db
|
Copy update
|
12 years ago |
Sam Bosley
|
d04c37e2de
|
Many polish improvements
|
12 years ago |
Sam Bosley
|
ac1fb8fc2f
|
Implement UserData message
|
12 years ago |
Sam Bosley
|
8eab520fc8
|
Version bump and upgrade message
|
12 years ago |
Sam Bosley
|
40c7d1bf10
|
Refactored how accounts are fetched in welcome flow to eliminate errors
|
12 years ago |
Sam Bosley
|
75da01e646
|
Fixed several issues with the title only mode
|
12 years ago |
Sam Bosley
|
b1b7e78019
|
Date update in upgrade message
|
12 years ago |
Sam Bosley
|
182e892ec1
|
Fixed bug with trying to add list creators to their own lists when tasks assigned to them
|
12 years ago |
Sam Bosley
|
c5e785b902
|
Fixed a bug where unassigning a task could issue a weird prompt about adding nobody to the list
|
12 years ago |
Sam Bosley
|
208b1c3e5f
|
Fixed a weird bug where the quickadd visibility was somehow blocking selectCustomId from working
|
12 years ago |
Sam Bosley
|
c1f1681bc0
|
Simplified UUID generation, no more proof text
|
12 years ago |
Sam Bosley
|
3f2e3921a4
|
Migrate to GCM alongside other 4.6 migrations
|
12 years ago |
Sam Bosley
|
f8a40cfbfd
|
Merge and resolve conflicts from upstream/master
|
12 years ago |
Sam Bosley
|
f04ab1b6ba
|
Typo
|
12 years ago |
Sam Bosley
|
6db0a36741
|
Version bump and upgrade message
|
12 years ago |
Sam Bosley
|
08f0e65099
|
AB test row style, use title only as default for astrid lite
|
12 years ago |
Sam Bosley
|
7f3ccbf03c
|
Task row style migration fix
|
12 years ago |
Sam Bosley
|
4b1e22f716
|
Title only style enhancements, add checkboxes back
|
12 years ago |
Sam Bosley
|
cc2824726f
|
Optimized query with fewer properties when in title only mode
|
12 years ago |
Sam Bosley
|
e88eec54a3
|
Basic logic and layout for a title-only task adapter row
|
12 years ago |
Sam Bosley
|
6f826f1f24
|
Bugfixes to task row appearance preference display
|
12 years ago |
Sam Bosley
|
6d5a25170c
|
Lots of refactoring to support more than two task row styles in preparation for a 'titles only' style
|
12 years ago |
Sam Bosley
|
5e873a983f
|
Fixed a filter list color issue
|
12 years ago |
Sam Bosley
|
ecbce2bc51
|
Start integrating new sync code to do actual work
|
12 years ago |
Sam Bosley
|
5d0fcf0dd2
|
Make sure user objects have a uuid column, include it in the migration
|
12 years ago |
Sam Bosley
|
78b607aba9
|
Merge and resolve conflicts from upstream/master
|
12 years ago |
Sam Bosley
|
b3625f4c63
|
Merge remote-tracking branch 'origin/121212_sb_gcm'
|
12 years ago |
Sam Bosley
|
14d43ca6e9
|
Fixed a bug where an AB test wasn't being initialized correctly; restart the test
|
12 years ago |
Sam Bosley
|
f2d1fa7dcf
|
Move everything into GCMIntentService and kill C2DMReceiver
|
12 years ago |
Sam Bosley
|
2950307dc8
|
Fixed a crash with the simple login page
|
12 years ago |
Sam Bosley
|
b6bf3c7477
|
Finalize login A/B tests, added preference for social reminders
|
12 years ago |
Sam Bosley
|
44ef49979d
|
Record statistic about how many people reset the preference defaults
|
12 years ago |
Sam Bosley
|
50ed1a7865
|
Version bump and upgrade message
|
12 years ago |
Sam Bosley
|
375f4c67e0
|
Adjust upgrade messages for altered version names
|
12 years ago |
Sam Bosley
|
ba61949610
|
Replace localytics key for astrid lite at build time
|
12 years ago |
Sam Bosley
|
61ef5ffda9
|
Fixed comments order bug
|
12 years ago |
Sam Bosley
|
2c2bc46ef7
|
Fix wrapping around boundaries in number pickers when increment value isn't 1
|
12 years ago |
Sam Bosley
|
0435b935ae
|
Don't AB test date shortcuts on astrid lite
|
12 years ago |
Sam Bosley
|
f5378bc9f9
|
Updated regular astrid defaults so they will reset correctly
|
12 years ago |
Sam Bosley
|
72b30b77fc
|
Adjusted some defaults for astrid lite
|
12 years ago |
Sam Bosley
|
a67cd4e18c
|
Improvements to draggable list row layout
|
12 years ago |
Sam Bosley
|
a048e39276
|
Reminder screen polish
|
12 years ago |
Sam Bosley
|
219c50ceb7
|
Polish to the timer control set
|
12 years ago |
Sam Bosley
|
fef2483891
|
Record statistic for random reminders
|
12 years ago |
Sam Bosley
|
ec57da2565
|
Lots more date picker polish, copy updates
|
12 years ago |
Sam Bosley
|
5d9598527c
|
Added ab test and preference for date shortcuts
|
12 years ago |
Sam Bosley
|
861f2957c8
|
Layout fixes and improvements to shortcutless date/time picker
|
12 years ago |
Sam Bosley
|
e67e7aa96e
|
Lots of work on making the horizontal layout for the timepicker work
|
12 years ago |
Sam Bosley
|
3887a6eec0
|
Fixed a theme issue
|
12 years ago |
Sam Bosley
|
7f17ab4eaa
|
Hide list comments button when editing a task in tablet mode
|
12 years ago |
Sam Bosley
|
6a4446cca6
|
Remove the welcome walkthrough for astrid lite
|
12 years ago |
Sam Bosley
|
500e86ba83
|
Only show quickadd controls on text changed, not on focus changed
|
12 years ago |
Sam Bosley
|
1f0d01f8ea
|
Copy update, fixed a text color bug
|
12 years ago |
Sam Bosley
|
1bc96b6989
|
Minor text size tweaks
|
12 years ago |
Sam Bosley
|
d0383211d6
|
Polish to the time picker
|
12 years ago |
Sam Bosley
|
2aaf22722c
|
Reorganized edit prefs, added option to increment times by 5
|
12 years ago |
Sam Bosley
|
ea91c0508a
|
Use white gear in baby blue theme
|
12 years ago |
Sam Bosley
|
b130fd2c80
|
Lots of minor polish items
|
12 years ago |
Sam Bosley
|
889c6ad5f3
|
Put a link to beast mode in the edit page
|
12 years ago |
Sam Bosley
|
c97d48cd03
|
Fixed bugs with setting beast mode configuration defaults
|
12 years ago |
Sam Bosley
|
f594ed9981
|
New style ok button for edit dialogs
|
12 years ago |
Sam Bosley
|
62ac52e740
|
Added place in the preferences to set configuration defaults
|
12 years ago |
Sam Bosley
|
ae6b12010f
|
Fixed a bug with showing comments button in edit page
|
12 years ago |
Sam Bosley
|
1157d19383
|
Fixed a bug in the preference screen
|
12 years ago |
Sam Bosley
|
668cecff38
|
Better text color for comments button
|
12 years ago |
Sam Bosley
|
14e48c4f80
|
Polish to the calendar view
|
12 years ago |
Sam Bosley
|
189c10aa31
|
Fixed bugs with showing/not showing comments in edit page, new images for baby blue theme
|
12 years ago |
Sam Bosley
|
1712b89e1c
|
New default task list text size for astrid lite, make quickadd box have the same text size as the list
|
12 years ago |
Sam Bosley
|
1ad51e122b
|
Polish notes layout
|
12 years ago |
Sam Bosley
|
6fd076a6d8
|
Cool new baby blue theme
|
12 years ago |
Sam Bosley
|
db3b48044f
|
Undo astrid lite constant
|
12 years ago |
Sam Bosley
|
b9c42e5860
|
Reorganized prefs, fixed some theme bugs
|
12 years ago |
Sam Bosley
|
7f51ddbc46
|
Option to hide comments from task edit page
|
12 years ago |
Sam Bosley
|
8d6f94abbf
|
Show or hide specific menu items from the appearance prefs
|
12 years ago |
Sam Bosley
|
0ce7921dc3
|
option to hide quickadd controls
|
12 years ago |
Sam Bosley
|
93fbd75115
|
Show or hide specific default filters from the appearance prefs
|
12 years ago |
Sam Bosley
|
92816d5cad
|
Updated beast mode defaults for astrid lite
|
12 years ago |
Sam Bosley
|
14d8682578
|
Refactored preferences to be able to reset to defaults of a particular mode
|
12 years ago |
Sam Bosley
|
7e98b76c43
|
Prefs fix
|
12 years ago |
Sam Bosley
|
1a7a0b29a8
|
Kill activation reporting while we figure out how it should work
|
12 years ago |
Sam Bosley
|
40e9098a40
|
Finalize many ab tests
|
12 years ago |
Sam Bosley
|
a41e94756d
|
Version bump and upgrade message
|
12 years ago |
Sam Bosley
|
22544e4fb6
|
Crash fix in the tutorial
|
12 years ago |
Sam Bosley
|
c789cc1c28
|
Tweak upgrade message
|
12 years ago |
Sam Bosley
|
3b0ff1f59b
|
Version bump and upgrade message
|
12 years ago |
Sam Bosley
|
961a4a0d35
|
Fixed bugs and unit tests with new update message logic
|
12 years ago |
Sam Bosley
|
99e1307333
|
Polish and enhancements to the update message view
|
12 years ago |
Sam Bosley
|
2d2e76b144
|
New astrid dialog layout for some update messages
|
12 years ago |
Sam Bosley
|
14376462d3
|
Fixed a bug where FilterWithCustomIntent could use the wrong package name
|
12 years ago |
Sam Bosley
|
98316c71f9
|
Fixed theme service bugs
|
12 years ago |
Sam Bosley
|
0acfb48c54
|
Fixed a compiler error
|
12 years ago |
Sam Bosley
|
0b4ed767ad
|
The astrid-lite flag should be off by default and set at compile time
|
12 years ago |
Sam Bosley
|
a73d34ea3a
|
Simpler edit text style preference
|
12 years ago |
Sam Bosley
|
dec4a0d335
|
All new preference defaults for Astrid Lite version
|
12 years ago |
Sam Bosley
|
09c945ae52
|
Merge and resolve conflicts from upstream/master
|
12 years ago |
Sam Bosley
|
7b25595150
|
Minor fix to activation reporting
|
12 years ago |
Sam Bosley
|
a67796c916
|
Report activation data to analytics server
|
12 years ago |
Sam Bosley
|
f8f27a3cb7
|
Adjusted reengagement reminder intervals for new users
|
12 years ago |
Sam Bosley
|
1447f5af11
|
Fixed a bug where list members could be lost if we only had their id, not an email
|
12 years ago |
Sam Bosley
|
b022f0fb38
|
Fixed a weird subtasks row resizing bug when using small fonts
|
12 years ago |
Sam Bosley
|
5ae2b5f9e5
|
Record a couple new statistics with the new login screens
|
12 years ago |
Sam Bosley
|
2c87c840a0
|
Fixes to logic when setting up the welcome pager adapter
|
12 years ago |
Sam Bosley
|
b2686e855c
|
Add AB tests for welcome login layout options
|
12 years ago |
Sam Bosley
|
b5cba05288
|
Handle google auth errors on simple login page better
|
12 years ago |
Sam Bosley
|
6d228312db
|
Polished the new layout for the standard login activity
|
12 years ago |
Sam Bosley
|
56cd3d4beb
|
Mostly working simple login page in the welcome walkthrough
|
12 years ago |
Sam Bosley
|
2ced210f91
|
Refactored some subtasks logic to support subtasks in today filter
|
12 years ago |
Sam Bosley
|
0aca3bcb91
|
Adjusted logic for computing edit popup width on tablets
|
12 years ago |
Sam Bosley
|
1d035a76f9
|
Version bump and upgrade message
|
12 years ago |
Sam Bosley
|
cf488a9763
|
Fixed a few null pointer crashes with the latest build
|
12 years ago |
Sam Bosley
|
bbbc863b61
|
Slight improvement to upgrade activity
|
12 years ago |
Sam Bosley
|
731c23e9b4
|
Don't allow the upgrade activity to be backed out of
|
12 years ago |
Sam Bosley
|
ca2b378f88
|
Version name and upgrade message
|
12 years ago |
Sam Bosley
|
166c143747
|
Finalize some ab tests
|
12 years ago |
Sam Bosley
|
ed28990e1e
|
Improved checking of whether outstanding entries should be recorded; added unit test for ReplayOutstandingEntries
|
12 years ago |
Sam Bosley
|
a4405481f7
|
Use visitors when processing ChangesHappened or MakeChanges to ensure types are correct; started working on ReplayOutstandingEntries
|
12 years ago |
Sam Bosley
|
0fc7ca851d
|
Reordered things in the TaskAdapter constructor to catch random rare exceptions thrown by fragment.getResources()
|
12 years ago |
Sam Bosley
|
b6218cd4b4
|
Sync queue initialization
|
12 years ago |
Sam Bosley
|
3847e03774
|
Make sure that pushed_at property is included in name maps, but don't record outstanding entries for it
|
12 years ago |
Sam Bosley
|
0ab32b9d58
|
Introduce an ErrorCatchingListView to fix a pre-ICS ListView bug (see http://stackoverflow.com/questions/12473625/nullpointerexception-at-android-widget-abslistview-contentfitsabslistview-java)
|
12 years ago |
Sam Bosley
|
bf7ba3d7c4
|
Some refactoring, serializing client to server messages to JSON
|
12 years ago |
Sam Bosley
|
89ed5a9b31
|
Renamed a file
|
12 years ago |
Sam Bosley
|
f90996a015
|
Merge and resolve conflicts from upstream/master
|
12 years ago |
Sam Bosley
|
db4266e80c
|
Fixed a ui refresh bug when syncing task comments
|
12 years ago |
Sam Bosley
|
4865a7dedf
|
AB test default edit tab
|
12 years ago |
Sam Bosley
|
12de9f9949
|
Fixed minor ui bug with default tab height
|
12 years ago |
Sam Bosley
|
758e4adb8a
|
Make the details tab the default on the edit screen
|
12 years ago |
Sam Bosley
|
d13f76f4f2
|
Fixed a potential null pointer when showing comments
|
12 years ago |
Sam Bosley
|
374a0daf07
|
Report statistic for featured list cloned
|
12 years ago |
Sam Bosley
|
49b4f943cf
|
Real ab test probs
|
12 years ago |
Sam Bosley
|
eab34ae7fa
|
Fixed some layout oddities with the draggable task adapter
|
12 years ago |
Sam Bosley
|
c6d51d3aa5
|
AB test for drag and drop
|
12 years ago |
Sam Bosley
|
a99998c323
|
Check for non-null activity when showing sort options
|
12 years ago |
Sam Bosley
|
ff5d592785
|
Got rid of DisposableTaskListFragment, it was causing crashes :(
|
12 years ago |
Sam Bosley
|
49fad99bd2
|
Temporarily disable calendar reminders for Android 2.1 users
|
12 years ago |
Sam Bosley
|
c0e0a27c18
|
Report statistic for premium page viewed
|
12 years ago |
Sam Bosley
|
9a0a1ab6c9
|
AB test the social reminders
|
12 years ago |
Sam Bosley
|
360445034a
|
Merge branch 'subtasks_performance'
|
12 years ago |
Sam Bosley
|
c18cc937b0
|
Catch a runtime exception ('System server dead') the system would sometimes throw in the widget
|
12 years ago |
Sam Bosley
|
d09987bbfd
|
Restart launching activity after upgrade
|
12 years ago |
Sam Bosley
|
272ded7d28
|
Upgrade activity needs to be public
|
12 years ago |
Sam Bosley
|
688f9053a4
|
If a migration is required, launch a separate activity to deal with it
|
12 years ago |
Sam Bosley
|
a59abccdf1
|
Update the in memory tree model when adding tasks
|
12 years ago |
Sam Bosley
|
fe79994c6a
|
Fixed bugs relating to indentation and list refreshing
|
12 years ago |
Sam Bosley
|
5ed0555280
|
Manual ordering seems to be sort of working, bugs may still exist
|
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 |
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
|
f8f42861a0
|
Version bump and upgrade message
|
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
|
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
|
2c5d9ae29c
|
Upgrade message, final AB test probabilities, minor copy update
|
12 years ago |
Sam Bosley
|
5203b8b0cb
|
Font size change should trigger a refresh
|
12 years ago |
Sam Bosley
|
1672427b0a
|
Indicate uneditable tasks with a special background color
|
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
|
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
|
2999bef8ab
|
Started refactoring TagUpdatesFragment into an abstract superclass
|
12 years ago |
Sam Bosley
|
c1c3d56365
|
Adjust statistics gathering for subtasks
|
12 years ago |
Sam Bosley
|
696bf298db
|
Refactored featured list preference code to be easier to read, introduce an ab test for the presence of featured lists
|
12 years ago |
Sam Bosley
|
81b3e15912
|
Partial implementation of updating user status
|
12 years ago |
Sam Bosley
|
8af1725283
|
Stubs for handling the user status clicked button
|
12 years ago |
Sam Bosley
|
0044ff23e2
|
Progress towards a user status button in the upper right corner
|
12 years ago |
Sam Bosley
|
47f736d17a
|
Started working on new layout for people view
|
12 years ago |
Sam Bosley
|
b62e1755f1
|
Refactored static subtasks methods into a subtasks helper class
|
12 years ago |
Sam Bosley
|
6f2635c9d6
|
Version bump
|
12 years ago |
Sam Bosley
|
eb704a948a
|
Fixed a bug where widgets created under the old system could use the wrong fragment
|
12 years ago |
Sam Bosley
|
933e9c9198
|
Include the sql limit in the widget when subtasks enabled
|
12 years ago |
Sam Bosley
|
b68cf75104
|
Minor adjustments to widget code when determining if subtasks should be applied
|
12 years ago |
Sam Bosley
|
ab2c5e01bd
|
Don't need the custom filters hack in swipe mode anymore, clear filter override on fragment startup
|
12 years ago |
Sam Bosley
|
5c669f0b0e
|
Started refactoring to have fragment instantiation take care of choosing the subtasks fragment to use, mostly working
|
12 years ago |
Arne Jans
|
329503a866
|
Added manual ordering to be reflected in standard-widget.
|
12 years ago |
Sam Bosley
|
4053eec771
|
Fixed a potential crash when switching filter modes
|
12 years ago |
Sam Bosley
|
759b0f427c
|
Merge Sam's 121009_sb_calendar_assistant branch
|
12 years ago |
Sam Bosley
|
b74e9381cb
|
Fixed the extra whitespace in activity on task edit page
|
12 years ago |
Sam Bosley
|
d9e66624ad
|
Notifications should set the refresh flag, fix some bugs with the reengagement fragment, eliminated some bugs with empty title tasks
|
12 years ago |
Sam Bosley
|
3f1b904ee3
|
TaskService.cleanup was unecessarily expensive
|
12 years ago |
Sam Bosley
|
0eb2159c64
|
Improved help info popover layouts
|
12 years ago |
Sam Bosley
|
685c74dd65
|
Don't use conversion to uppercase when searching, it breaks non-ascii searching for other languages
|
12 years ago |
Sam Bosley
|
f472f5d693
|
Measure statistics on how many people are using subtasks indent
|
12 years ago |
Sam Bosley
|
3d8600f3a3
|
Hide the restore purchases button on first visit to the billing activity
|
12 years ago |
Sam Bosley
|
380d019593
|
Added a button that users can click to manually restore transactions in the billing activity (in case something goes wrong)
|
12 years ago |
Sam Bosley
|
c3d11e8abe
|
Refactored new calendar list creation to be handled by the tasklistfragment, which makes resuming after creating the list easier
|
12 years ago |
Sam Bosley
|
575cd73adb
|
Better descriptions in the preferences for the calendar reminders
|
12 years ago |