Commit Graph

1747 Commits (67899e6fff79c5ba99c04641cb79d29dbffb23ab)

Author SHA1 Message Date
Alex Baker 554f8c582c Use shifted values for reminder preferences 3 years ago
Alex Baker c53780d9a0 Fix default reminder preference 3 years ago
Alex Baker a100fca5af Back up string set preferences 3 years ago
Alex Baker 9a37a89a61 Fix default reminder preference 3 years ago
Frieder Schrempf d70ec00ea2
Fix chunking of SQLite queries in case of task deletion
When having a lot of (> 999) completed tasks in a list, selecting
"Remove all completed tasks" causes a crash of the app with:

SQLiteLog: (1) too many SQL variables

This is due to a bug that accidentally bypasses the chunking of
the db queries to stay below the limit.

This solves #1661.
3 years ago
Alex Baker 3f108c5b03 Update default value for default reminders 3 years ago
Alex Baker 616f20d903 Add start date reminders to default preferences 3 years ago
Alex Baker b13f62a9fb Add option to notify at start date 3 years ago
Alex Baker 94d4037439 Target Android 12 3 years ago
Alex Baker adacf99290
Merge pull request #1545 from tkterris/now-due-date
Add "now" option for due date filter
3 years ago
Alex Baker 0e932bea8f Ignore link click during multiselect 3 years ago
Alex Baker 2166ca17da Fix preference backup 3 years ago
Alex Baker 03f12b2032 Fix location based reminders 3 years ago
Trevor Terris 4b522a7ce8 Change NOW() query to check for all-day tasks
Update query logic in FilterCriteriaProvider to use EOD time instead of current time for all-day tasks. Also, change the default start time for tasks to be non-time-specific (only relevant for when the filter being used to create a task is NOW).
3 years ago
Trevor Terris bfacf1ca52 Add "now" option for due date filter 3 years ago
Alex Baker 12a735653a Jetpack Compose 1.0.0-beta08 3 years ago
Alex Baker a27913857e Force markdown in whats new dialog 3 years ago
Alex Baker 07435303ba Fix widget clicks 3 years ago
Alex Baker ad4b4bd36b Use dark status bar icons when drawer is opened 3 years ago
Alex Baker 590293421d Use immutable pending intents 3 years ago
Alex Baker 849be83803 Fix lint errors 3 years ago
Alex Baker 46e4842f25 Use primary color for status bar 3 years ago
mhmdanas 2ccebc48b1 Remove duplicate string 3 years ago
Alex Baker 1ac8ec0d97 Use built-in link movement method 3 years ago
Alex Baker 430dc04747 Add MarkdownProvider
Render markdown for widget and notifications
4 years ago
Alex Baker 40245eb4b9 Set low priority on service notifications 4 years ago
Alex Baker a02cd7ae71 Fix lateinit initialization issue 4 years ago
Alex Baker 1a04be6afd Fix linkify preference when Markdown enabled 4 years ago
Alex Baker 88e727999b Fix license and lint 4 years ago
Alex Baker c4e98052de Add markdown support 4 years ago
Alex Baker 9960e9a0a9 Convert Linkify to Kotlin 4 years ago
Alex Baker a86e757d0e Remove background sync for legacy EteSync v1 accts 4 years ago
Alex Baker 7e5151cd03 Acknowledge subscriptions 4 years ago
Alex Baker 775b5b56ca Upgrade to Play Billing v3 4 years ago
Alex Baker 675cc1f6c9 Replace some guava usage with kotlin 4 years ago
Alex Baker a5663cd299 Convert billing to Kotlin 4 years ago
Alex Baker fbd03e55de Change donation string 4 years ago
Alex Baker 2fc38d0089 Remove ButterKnife 4 years ago
Alex Baker c0602deae9 Fix compile 4 years ago
mhmdanas 18b1d11eed Use separate strings for "Next $DAY_OF_WEEK"
In some languages, the equivalent of "Next" changes form depending on
the noun (or day in this case) it's describing.
4 years ago
Alex Baker fb04d7eaa2 Fix toast messages 4 years ago
Alex Baker d2c4f5bbe1 Open web links in custom tabs 4 years ago
Alex Baker 0cbab11d2c Add openUri extension method 4 years ago
Alex Baker b1c6c9b7cc Use extension method for toasts 4 years ago
Alex Baker 781ea9c03e Remove Toaster 4 years ago
Alex Baker 0f82b39913 Move extensions into objects 4 years ago
Alex Baker e16cadc374 Fix Mapbox reverse geocoding when address is null 4 years ago
Alex Baker c1db57d1e3 New purchase activity 4 years ago
Alex Baker 83bee2a59e Replace hasTasksSubscription with hasTasksAccount 4 years ago
Alex Baker 7f3c1f1756 Fix compile error 4 years ago
Alex Baker b678cb1086 Convert method to lambda 4 years ago
Alex Baker fdb977031d Don't crash on missing owncloud owner principal 4 years ago
Alex Baker 1a5a0e4bff Add TopAppBar composable 4 years ago
Alex Baker 682ab3ff7a Include rrule when reporting exceptions 4 years ago
Alex Baker fe02ea8c34 Add preferences for date and time picker modes
Choose whether to use calendar, clock, or text by default
4 years ago
Alex Baker 40d831f7da Material components date and time pickers 4 years ago
Alex Baker 5b83cc7ccd Add sharing to purchase dialog 4 years ago
Alex Baker add419cb46 Fix widget header text color 4 years ago
Alex Baker a8e83a03b1 Convert attribution activity to compose 4 years ago
Alex Baker 0dbd0551d1 Merge caldav account view model 4 years ago
Alex Baker 874069354d Add compose theme adapter 4 years ago
Alex Baker 669674dab6 Jetpack Compose beta 2 4 years ago
Alex Baker 3d980ebc59 Separate principal and principal_access tables 4 years ago
Alex Baker 79448f38d6 Drop support for Android 6.0
* Less than 2% of installs are Android 6.0
* Less than 3% of those installs have updated in the past 90 days
4 years ago
Alex Baker 02009e64d7 Remove legacy EteSync v1 list management features 4 years ago
Alex Baker d4c01e16fd Send share invites for Nextcloud and ownCloud 4 years ago
Alex Baker 5513d42777 Send share invites for Tasks.org & sabre/dav 4 years ago
Alex Baker 5201bca714 Display invite status in principal list 4 years ago
Alex Baker e36f2f6f4c Fix drawer count when list is shared with 2+ users 4 years ago
Alex Baker 749d927073 Merged calendar view models 4 years ago
Alex Baker fbf817635d Show single person when shared with one user 4 years ago
Alex Baker 1d2eb7232c Support long display names in principal row 4 years ago
mhmdanas 5b984add9a Change "Manage lists" to "Manage drawer" 4 years ago
Alex Baker 84ff3a542c Move composables to separate file 4 years ago
Alex Baker 42f34c1fab Owners can remove shared list members
Supports Tasks.org, Nextcloud, ownCloud, and sabre/dav
4 years ago
Alex Baker e8ad88be21 Add server type column to caldav accounts 4 years ago
Alex Baker 99e624e836 Apply tz offset when converting to ical4j Date 4 years ago
Alex Baker 0f0c2bac93 Show list members on caldav list settings screen 4 years ago
Alex Baker ed4170dbe8 Relax principal parsing
Mailbox.org uses the same XML elements as sabre/dav, but uses them
differently
4 years ago
Alex Baker 2eac8dd20c Convert Theme to Kotlin 4 years ago
Alex Baker 13bdb5ac37 Common name may not be set by OC/NC 4 years ago
Alex Baker bfe4342bd7 Update Help & feedback screen 4 years ago
Alex Baker 7ce4f03985 Exclude current user principal from sharees 4 years ago
Alex Baker b81acb70ca Add share indicator to navigation drawer 4 years ago
Alex Baker 983fa6644c Add principals table 4 years ago
Alex Baker 9411285f0b Report unknown share-access properties 4 years ago
Alex Baker 51ae1fb97e Merge tag '11.5.2' 4 years ago
Alex Baker 8aac517cd2 Allow any share-access value 4 years ago
Alex Baker 682038399c Use getColumnIndexOrThrow 4 years ago
Alex Baker 3973c9e7bb Revert inventory changes, fix test 4 years ago
Alex Baker c0a3c0e2c6 Merge tag '11.5.1' 4 years ago
Alex Baker 75cf22a997 Nominatim geocoder try 'name' then 'housenumber' 4 years ago
Alex Baker f741fc6f6c Fix 'repeat until' date 4 years ago
Alex Baker bb071f2027 Add access column to CaldavCalendar 4 years ago
Alex Baker b76b7dcb71 Clear hasTasksSubscription 4 years ago
Alex Baker 2b6e65cca4 Fix subscription test 4 years ago
Alex Baker f2354c9f81 Fix lint errors 4 years ago
Alex Baker 6b2f8a8ea1 Update dependencies 4 years ago
Alex Baker 11fdf0f825 Simplify ctag check 4 years ago
Alex Baker e9dafefbb0 Add CaldavSynchronizer tests 4 years ago