Commit Graph

6241 Commits

Author SHA1 Message Date
M66B 9be0e5c788 Snackbar when data saver is enabled 2019-07-28 16:50:43 +02:00
M66B c55cafa5d0 Made unified inbox widget a pro feature 2019-07-28 16:26:09 +02:00
M66B 9f1f446210 Prevent ROOM tracker from looping 2019-07-28 15:52:46 +02:00
M66B abbd89eece 1.616 release 2019-07-28 14:31:13 +02:00
M66B 55a4fe2549 Crowdin sync 2019-07-28 14:28:44 +02:00
M66B b01c75679b Added spinners to quick setup 2019-07-28 14:11:42 +02:00
M66B d6ba051e85 Defer cleaning up files for emergency situations 2019-07-28 14:03:03 +02:00
M66B 45379870b1 Salvage draft in case of errors
This is know to happen due to "Exception while computing database live data"
2019-07-28 14:02:01 +02:00
M66B 7b3d0a106b Fixed proguard warnings 2019-07-28 13:19:07 +02:00
M66B 1beea3e88d Fixed inline ROOM release build 2019-07-28 13:11:19 +02:00
M66B 1fcfee1d3f Revert "Removed ROOM inline compilation"
This reverts commit 519e617dc7.
2019-07-28 12:44:45 +02:00
M66B ac11efb0a0 Revert "Enable ROOM multi instance invalidation"
This reverts commit 95a5b10e6c.
2019-07-28 12:43:56 +02:00
M66B 027e7d8698 Disable select all when searching
Searching is incremental, so select all is relative and therefore confusing
2019-07-28 11:44:07 +02:00
M66B 04dbed7e8d Show number of messages selected 2019-07-28 10:14:12 +02:00
M66B 55f5faf794 Load IDs from model 2019-07-28 10:09:00 +02:00
M66B 657ce04251 Updated texts 2019-07-28 07:50:20 +02:00
M66B abfa22c348 Small layout improvement 2019-07-27 21:51:38 +02:00
M66B 661f86fe67 1.615 release 2019-07-27 21:16:54 +02:00
M66B 39293c4143 Crowdin sync 2019-07-27 21:16:33 +02:00
M66B b9253671a1 Refactoring 2019-07-27 21:10:55 +02:00
M66B 834e84273b Added select all for search results 2019-07-27 20:45:49 +02:00
M66B 03f7f4271b Folder closed is not unexpected when browsing messages 2019-07-27 19:14:18 +02:00
M66B 95a5b10e6c Enable ROOM multi instance invalidation 2019-07-27 18:55:32 +02:00
M66B 519e617dc7 Removed ROOM inline compilation 2019-07-27 18:48:47 +02:00
M66B 86c0638fa0 Small behavior improvement 2019-07-27 18:45:36 +02:00
M66B 3e58d22dc6 Automatically retry on IPv4 2019-07-27 17:59:46 +02:00
M66B f661a7c09b Removed prefer IPv4 settings, refactoring 2019-07-27 17:07:22 +02:00
M66B 4a72f7ff90 Scan all addresses 2019-07-27 16:39:45 +02:00
M66B 41dfa81fb1 Prevent crash due to "Exception while computing database" 2019-07-27 13:53:30 +02:00
M66B 9ab39ea3ea Compile ROOM inline 2019-07-27 13:48:07 +02:00
M66B 36bfa673e6 Always download sent message text 2019-07-27 11:46:15 +02:00
M66B b2b48be05c Cleanup 2019-07-27 11:21:06 +02:00
M66B 1d3cd1d44f Sync instead of store sent 2019-07-27 11:11:24 +02:00
M66B d02e246189 Force resync 2019-07-27 10:55:27 +02:00
M66B 8fc3813961 Append signature/referenced message only when sending 2019-07-27 08:47:33 +02:00
M66B 78c83b1f35 Refactoring 2019-07-27 08:13:11 +02:00
M66B 0191240a27 Deliver/pop on started instead of resumed
https://developer.android.com/guide/components/activities/activity-lifecycle#onstart
2019-07-27 08:04:47 +02:00
M66B 9d234aa9a4 Convert HTML width/height digits only 2019-07-27 07:32:26 +02:00
M66B 44a8381290 Skip synchronizing erroneously return old messages 2019-07-27 07:24:59 +02:00
M66B 13882be6d0 Parse img width/height separately 2019-07-26 21:33:32 +02:00
M66B c102711570 Fixed auto previous animation 2019-07-26 21:30:49 +02:00
M66B 0b53989826 Recognize img width/height auto 2019-07-26 21:21:12 +02:00
M66B afbfd20b9b 1.614 release 2019-07-26 21:06:57 +02:00
M66B 40b8086ba6 Crowdin sync 2019-07-26 21:05:45 +02:00
M66B 3e80a86726 Use html image width/height 2019-07-26 20:45:53 +02:00
M66B 828d86e86f Fixed inline image view 2019-07-26 19:17:24 +02:00
M66B 2b8ec3d342 Added setting to prefer IPv4 addresses 2019-07-26 17:57:40 +02:00
M66B 7618845a39 Cleanup 2019-07-26 17:48:36 +02:00
M66B 0421ecb5c7 Simplification 2019-07-26 17:38:28 +02:00
M66B c8ed3a4a33 Display conversations in unified inbox widget 2019-07-26 16:20:23 +02:00
M66B 55627735bd Revert "Show in action bar when composing plain text message"
This reverts commit 04f2c3f367.
2019-07-26 15:48:04 +02:00
M66B 805b5601fd Fixed setting colored flags when multiple selecting 2019-07-26 15:42:44 +02:00
M66B 04f2c3f367 Show in action bar when composing plain text message 2019-07-26 15:39:39 +02:00
M66B c6a56f8040 1.613 release 2019-07-26 14:05:11 +02:00
M66B 39e4eebdb8 Crowdin sync 2019-07-26 14:04:28 +02:00
M66B 490cb6cc80 Added service breadcrumbs 2019-07-26 14:02:31 +02:00
M66B 4c433674e3 1.612 release 2019-07-26 12:39:11 +02:00
M66B a5dc0a3081 Crowdin sync 2019-07-26 12:38:39 +02:00
M66B 1e30425bc3 Added account name to unified widget 2019-07-26 12:32:35 +02:00
M66B f5ca9277c3 Added option to go to previous conversation on closing conversation 2019-07-26 10:23:34 +02:00
M66B 4d3f19c5b3 Always run VACUUM on boot/update 2019-07-26 09:07:41 +02:00
M66B de963c56b7 Removed not nessary input/output buffering 2019-07-26 08:57:11 +02:00
M66B c4e29a9539 Improved auto config 2019-07-26 08:09:18 +02:00
M66B 3e080b9706 1.611 release 2019-07-25 20:14:26 +02:00
M66B 4d2755e17c Increased read/write timeout to 60 seconds 2019-07-25 20:13:45 +02:00
M66B d7377f0f0f Simplified stop sequence 2019-07-25 20:11:54 +02:00
M66B 8ba3d39cff Small layout improvement 2019-07-25 18:56:42 +02:00
M66B 680149b63d Simplification 2019-07-25 17:32:42 +02:00
M66B 748d959a7d 1.610 release 2019-07-25 17:23:49 +02:00
M66B 92332a7c78 Fixed/simplified unified widget update 2019-07-25 17:22:00 +02:00
M66B 58943f1291 Small layout improvement 2019-07-25 16:29:54 +02:00
M66B 26f5e0d764 Optimized unified widget update 2019-07-25 16:23:50 +02:00
M66B 10cd919172 1.609 release 2019-07-25 15:59:20 +02:00
M66B 1c13bc29a9 Crowdin sync 2019-07-25 15:56:21 +02:00
M66B d43f7a170f Updated widget title 2019-07-25 15:49:29 +02:00
M66B 120a837c32 Use relative time for unified widget 2019-07-25 15:47:54 +02:00
M66B ceee4166de Refactoring 2019-07-25 15:38:14 +02:00
M66B e046e0f7cf Added unified inbox widget 2019-07-25 15:35:11 +02:00
M66B e0d35792b2 Mark conversation (un)seen on double tap 2019-07-25 15:25:06 +02:00
M66B ccb6c259a4 Use executor to update widget 2019-07-25 12:54:30 +02:00
M66B 906d98a14f Added logging 2019-07-25 10:43:07 +02:00
M66B ac4e904d29 Hide message on moving to junk 2019-07-25 10:14:32 +02:00
M66B 9cbda608dc Cancel snooze on moving to archive/trash 2019-07-25 10:13:05 +02:00
M66B efb2107fd1 Show snoozed count for outbox 2019-07-25 09:44:50 +02:00
M66B 687fc722e5 Stop send service when no more operations 2019-07-25 09:23:15 +02:00
M66B 7fcf1da77a 1.608 release 2019-07-25 08:36:40 +02:00
M66B 7c41153bad Crowdin sync 2019-07-25 08:36:26 +02:00
M66B db0b6fcd45 Optimization 2019-07-25 08:36:07 +02:00
M66B 7969833e2c Added hint 2019-07-25 08:27:44 +02:00
M66B 59e4c797ea Small layout improvement 2019-07-25 08:27:31 +02:00
M66B e0a446a8a9 Check threads for multiple selection actions 2019-07-25 08:17:54 +02:00
M66B f2c454a744 Convert to lower case before requesting encryption 2019-07-25 07:41:37 +02:00
M66B 0042c5e691 1.607 2019-07-25 07:24:07 +02:00
M66B cf785de592 Crowdin sync 2019-07-25 07:22:19 +02:00
M66B 40cba0f42b Consider not sticky folders as read only 2019-07-25 07:17:27 +02:00
M66B d8b398cf27 Fix 2019-07-24 22:04:58 +02:00
M66B 7e94319498 Small improvement 2019-07-24 22:02:17 +02:00
M66B 44416cfa20 Refactoring 2019-07-24 22:01:55 +02:00
M66B 861c6da4b9 Store and check uid validity 2019-07-24 22:01:41 +02:00
M66B ab50d9db77 Refactoring 2019-07-24 21:15:10 +02:00
M66B 968c6800d3 1.606 release 2019-07-24 20:23:15 +02:00
M66B 7fcae32ab2 Crowdin sync 2019-07-24 20:22:46 +02:00
M66B cbd1f119dd Small layout improvement 2019-07-24 20:20:12 +02:00
M66B e65c5c44ec Prefer to show non drafts when searching globally 2019-07-24 20:17:55 +02:00
M66B 24cdaf213a Simplify paged messages queries 2019-07-24 19:56:00 +02:00
M66B 3535908520 Small layout fix 2019-07-24 19:32:44 +02:00
M66B c40beae0fa Fixed simple task count 2019-07-24 19:07:07 +02:00
M66B a0c2e41adb Added special searches 2019-07-24 18:46:39 +02:00
M66B 0be109a816 Added workaround for Zoho IMAP server bug 2019-07-24 17:50:45 +02:00
M66B 6040b420b8 Added profiles for Zoho 2019-07-24 16:49:11 +02:00
M66B f77b257312 Skip synchronizing starred messages by default 2019-07-24 16:33:00 +02:00
M66B 3be40ef641 Store attachment count for better performance 2019-07-24 14:49:55 +02:00
M66B 752aee0a3b Small improvement 2019-07-24 14:43:45 +02:00
M66B 1ac7f26dae Search locally for keywords too 2019-07-24 12:00:47 +02:00
M66B 13896fc72a Small improvement 2019-07-24 10:43:32 +02:00
M66B e02c891db9 1.605 release 2019-07-24 10:08:32 +02:00
M66B b6047488d0 Always allow deleting operations 2019-07-24 10:06:56 +02:00
M66B 1f2074a26f Crowdin sync 2019-07-24 09:24:49 +02:00
M66B 00400d7ef6 Read contacts in background 2019-07-24 09:07:57 +02:00
M66B 6104ecfadb Small improvements 2019-07-24 08:42:37 +02:00
M66B 9d01825146 Update last authentication on user interaction 2019-07-24 07:38:34 +02:00
M66B cab37caac9 Refactoring 2019-07-23 20:27:05 +02:00
M66B ca6827c266 Small fix 2019-07-23 19:50:53 +02:00
M66B 0a212e93af Small layout improvements 2019-07-23 19:34:38 +02:00
M66B d2f673dafc Small improvement 2019-07-23 18:54:50 +02:00
M66B 3704960fd4 Erase account warning on disabling sync 2019-07-23 17:57:37 +02:00
M66B e5c14ff25d 1.604 release 2019-07-23 17:34:09 +02:00
M66B a633bd8689 Crowdin sync 2019-07-23 17:33:23 +02:00
M66B c197562c3d Fixed quick setup 2019-07-23 17:25:04 +02:00
M66B ccfffe71e0 Small layout improvement 2019-07-23 17:05:30 +02:00
M66B 54d54f5d9f Show attribution inline 2019-07-23 16:59:12 +02:00
M66B 83c5ec091b Small layout improvement 2019-07-23 16:28:48 +02:00
M66B b5f0729de3 Added mini port scanner 2019-07-23 16:08:28 +02:00
M66B 0d55e5880b Refactoring 2019-07-23 15:15:18 +02:00
M66B 196354cf8c Added attribution menu 2019-07-23 14:30:57 +02:00
M66B cbb1cd48c1 Small layout improvements 2019-07-23 14:20:07 +02:00
M66B 6df557f62b Integrated setup help and privacy information 2019-07-23 14:11:22 +02:00
M66B 54b7c6a3a8 Changed notification categories 2019-07-23 11:38:36 +02:00
M66B fd5f7b3418 Drop requirement for multiple unified system folders 2019-07-23 10:28:41 +02:00
M66B 4808f118bd Distinguish send and sent 2019-07-23 09:21:46 +02:00
M66B bf608284b4 Cleanup 2019-07-23 09:13:22 +02:00
M66B a24d612704 Leak canary 2019-07-23 08:57:32 +02:00
M66B 5ce960ea61 1.603 release 2019-07-23 08:28:56 +02:00
M66B edfaa010c0 Limit VACUUM to once a day 2019-07-23 08:28:32 +02:00
M66B 4c4f4cb979 1.602 release 2019-07-23 08:12:21 +02:00
M66B bb33abc52a Crowdin sync 2019-07-23 08:05:02 +02:00
M66B f22c8ce801 Prevent crash 2019-07-23 08:03:11 +02:00
M66B c35e4a8b31 Added comments 2019-07-23 07:51:39 +02:00
M66B 145dc94e04 Updated bugsnag 2019-07-22 19:06:09 +02:00
M66B a70641c9cd Added flags to issue reports 2019-07-22 17:19:18 +02:00