Tom Hacohen
|
52bf0b615c
|
Add utilities to update and get the wanted tasks provider.
|
2020-08-07 08:53:27 +03:00 |
|
Tom Hacohen
|
409f586835
|
Add tutanota to the list of email clients not supporting attachments.
This list is the clients that don't support attachments when called from
an intent. We want to include debug info inline for those.
|
2019-03-26 16:10:53 +00:00 |
|
Tom Hacohen
|
705df2a536
|
Overhaul the notification system and add notification channels.
|
2019-03-14 21:15:17 +00:00 |
|
Tom Hacohen
|
17b6e69c86
|
Move everything to use the new Logger
|
2019-03-14 19:35:30 +00:00 |
|
Tom Hacohen
|
858378b107
|
Revert "Event invites: Warn about clients that don't support email attachments"
We can't trigger a toast from a service, revert this for now.
This reverts commit 0cda396d20 .
|
2019-02-24 08:07:11 +00:00 |
|
Tom Hacohen
|
b64b95e204
|
Import from file: fix issues with sometimes importing from file.
|
2019-02-24 08:07:11 +00:00 |
|
Tom Hacohen
|
bbbfbffe59
|
Add a helper function for checking if a package is installed.
|
2019-02-20 16:30:55 +00:00 |
|
Tom Hacohen
|
0cda396d20
|
Event invites: Warn about clients that don't support email attachments
|
2019-02-20 16:30:26 +00:00 |
|
Tom Hacohen
|
09ee9a2bd1
|
Rename and move the function checking if email attachments are supported.
|
2019-02-20 15:35:14 +00:00 |
|
Tom Hacohen
|
743c9e2de7
|
Many warning fixes.
|
2019-01-09 15:09:21 +00:00 |
|
Tom Hacohen
|
723790178c
|
Optimise imports.
|
2019-01-09 14:55:50 +00:00 |
|
Tom Hacohen
|
7b0cdff9dc
|
Email invitation: move the code to handle the invitation generation to a different file.
|
2019-01-08 18:42:42 +00:00 |
|
Tom Hacohen
|
4c4c94ca1c
|
Kotlin: more kotlin migration.
|
2019-01-05 11:29:03 +00:00 |
|
Tal Hacohen
|
d1fa0114e6
|
Add debug option to force language.
Resolves #3 Add option to force a language
|
2017-09-12 17:35:28 +01:00 |
|
Tom Hacohen
|
c81ba0cddb
|
Create an AndroidCompat class to wrap around Android oddities.
As part of it, move removeAccount to that class.
|
2017-04-27 11:49:05 +01:00 |
|
Tom Hacohen
|
c95aaaf5fd
|
HintManager: simplify by moving to strings and removing the need to register
|
2017-04-07 09:50:55 +01:00 |
|
Tom Hacohen
|
5abf635fa0
|
Base64: Pull in the base64 impl from the android source code.
It seems like this is the only (semi) sane way to get base64 to work on both
Android and local tests.
|
2017-04-06 17:01:18 +01:00 |
|
Tom Hacohen
|
cb140a3387
|
Main activity: Add a showcase for adding an account.
Turn it off by default if upgrading to this version, because this means
the user most likely already knows how to add an account.
|
2017-04-06 14:29:15 +01:00 |
|
Tom Hacohen
|
f650d38435
|
Hints manager: Add a class to manage hints (show once info)
This is much cleaner than what was there before, and enables to easily
add more hints.
|
2017-04-06 12:08:32 +01:00 |
|
Tom Hacohen
|
f984b76ec6
|
Add import from vCard (vcf)/iCal (ics)
This commit adds a basic UI for importing contacts and calendars from a
file.
|
2017-03-24 13:57:25 +00:00 |
|