Isira Seneviratne
10e0d51774
Replace touch PNGs with a vector drawable.
2020-07-09 14:35:10 +00:00
Isira Seneviratne
f4fbdbc03e
Replace file PNGs with a vector drawable.
2020-07-09 14:35:10 +00:00
Isira Seneviratne
0c50310d54
Replace run command PNGs with a vector drawable.
2020-07-09 14:35:10 +00:00
Isira Seneviratne
a13f140b90
Replace play PNGs with a vector drawable.
2020-07-09 14:35:10 +00:00
Isira Seneviratne
b2bf2dca0f
Replace presenter PNGs with a vector drawable.
2020-07-09 14:35:10 +00:00
Isira Seneviratne
4d1cc5b174
Replace phone link PNGs with vector drawables.
2020-07-09 14:35:10 +00:00
Isira Seneviratne
355d6a4190
Replace keyboard hide PNGs with a vector drawable.
2020-07-09 14:35:10 +00:00
Isira Seneviratne
b631060a0e
Replace edit PNGs with a vector drawable.
2020-07-09 14:35:10 +00:00
Isira Seneviratne
46070aa6bf
Replace the device PNGs with vector drawables.
2020-07-09 14:35:10 +00:00
Isira Seneviratne
acd96b86e5
Replace add circle PNGs with a vector drawable.
2020-07-09 14:35:10 +00:00
Isira Seneviratne
8622c6c5f9
Replace keyboard PNGs with a vector drawable.
2020-07-09 14:35:10 +00:00
Isira Seneviratne
45b2ac263f
Enable vector drawable support and override some layouts for higher API levels.
2020-07-09 14:35:10 +00:00
Isira Seneviratne
80121a7951
Use TextUtils' isEmpty() and equals().
2020-07-09 14:24:17 +00:00
l10n daemon script
0f589fd821
GIT_SILENT made messages (after extraction)
2020-07-09 02:13:04 +02:00
l10n daemon script
17f682df46
GIT_SILENT made messages (after extraction)
2020-07-08 02:10:34 +02:00
Isira Seneviratne
2b25d26a7c
Use ContextCompat.getColor().
2020-07-07 13:31:03 +00:00
Isira Seneviratne
58be146c29
Use ContextCompat.getDrawable().
2020-07-07 13:31:03 +00:00
Isira Seneviratne
39b8c571e3
Use ContextCompat.startForegroundService().
2020-07-07 13:31:03 +00:00
Isira Seneviratne
fe3cbeb65b
Mock ContextCompat.getSystemService() using PowerMockito.
2020-07-07 17:52:54 +05:30
Isira Seneviratne
52aafe6b8c
Use ContextCompat.getSystemService() to retrieve system services without casting.
2020-07-07 16:47:39 +05:30
l10n daemon script
f4ff5c3c89
GIT_SILENT made messages (after extraction)
2020-07-07 02:12:20 +02:00
Aniket Kumar
b119de8e76
Added MMS support to the SMSPlugin using Klinker library.
2020-07-05 13:32:44 +05:30
Isira Seneviratne
edbf3ccaab
Make use of the Java 8 Streams API in MprisPlugin.
2020-07-02 13:31:07 +05:30
Isira Seneviratne
6cfe45abfd
Replace Comparator implementations with lambda expressions.
2020-07-02 13:31:07 +05:30
Isira Seneviratne
03b61f7d1d
Use Java 8 Date/Time API instead of the legacy API.
2020-07-02 13:31:07 +05:30
Isira Seneviratne
2a4ac97880
Add Java 8 API desugaring support.
2020-07-02 13:31:04 +05:30
l10n daemon script
bf06e91636
GIT_SILENT made messages (after extraction)
2020-07-02 02:10:36 +02:00
l10n daemon script
5d0abd93a9
GIT_SILENT made messages (after extraction)
2020-06-27 02:09:29 +02:00
Nicolas Fella
d7fc002609
Bump gradle stuff
2020-06-23 12:38:40 +02:00
Ash Holland
7992820d36
Use appropriate notification channel for file transfer notifications
...
This fixes bug 421108 (https://bugs.kde.org/show_bug.cgi?id=421108 )
2020-06-23 10:35:56 +00:00
l10n daemon script
43b90cd8f9
GIT_SILENT Add new file (after extraction)
2020-06-20 02:08:09 +02:00
l10n daemon script
6d28839c45
GIT_SILENT made messages (after extraction)
2020-06-19 02:10:35 +02:00
l10n daemon script
9bbfb1752b
GIT_SILENT made messages (after extraction)
2020-06-18 02:18:29 +02:00
l10n daemon script
f4e000d046
GIT_SILENT Add new file (after extraction)
2020-06-17 02:05:33 +02:00
l10n daemon script
a7475a04d0
GIT_SILENT made messages (after extraction)
2020-06-17 02:05:31 +02:00
l10n daemon script
decfc2f261
GIT_SILENT made messages (after extraction)
2020-06-15 02:13:12 +02:00
Weixuan XIAO
0caa30e1d7
Fix telephony plugin while no SIM card inserted
...
On my Nokia 8, no SIM card means that there is no subscription
info, which will lead subscription info list a null pointer.
2020-06-14 13:44:53 +00:00
l10n daemon script
f1d8ae2f7d
GIT_SILENT made messages (after extraction)
2020-06-14 02:12:14 +02:00
l10n daemon script
1ddb8c6d49
GIT_SILENT made messages (after extraction)
2020-06-13 02:11:11 +02:00
Simon Redman
876d1fa3db
[SMS Helper] Use simple=true parameter for fetching the list of all conversations
...
## Summary
Use `content://mms-sms/conversations?simple=true` instead of just `content://mms-sms/conversations` which should work for more devices (and is reported to work on Samsung devices)
For some reason, this misses exactly one conversation on my phone and throws back one invalid thread ID -- I suspect this indicates that my message database is corrupt 🤷
BUG: 401677
## Test Plan
### Before:
Lots of devices were not able to retrieve conversations. See [bug 401677](https://bugs.kde.org/show_bug.cgi?id=401677 )
### After:
Hopefully all devices are able to retrieve conversations. At minimum, hopefully there are no regressions :)
2020-06-10 03:58:34 +00:00
l10n daemon script
5db24b0038
GIT_SILENT made messages (after extraction)
2020-06-10 02:16:11 +02:00
l10n daemon script
bc7789ddc2
GIT_SILENT made messages (after extraction)
2020-06-09 02:09:30 +02:00
l10n daemon script
95c14e922f
GIT_SILENT made messages (after extraction)
2020-06-08 02:10:39 +02:00
Simon Redman
3c5f91d9a6
[SMS Helper] Also handle IllegalArgumentException when constructing a MessageAccessException
2020-06-07 13:59:31 -07:00
Simon Redman
460bcba9d5
[SMS Helper] Catch more exception types which indicate that "sub_id" is not supported in the given URI
2020-06-07 13:52:31 -07:00
l10n daemon script
3e6c836c29
GIT_SILENT made messages (after extraction)
2020-06-07 02:09:31 +02:00
Aditya Mehra
ee5c75e10a
Add support for Bigscreen STT using android's inbuilt speech engine
2020-06-06 21:39:41 +00:00
l10n daemon script
d5946faf3d
GIT_SILENT made messages (after extraction)
2020-06-05 02:08:19 +02:00
Philip Cohn-Cort
615f2c1d20
Fix crash on Plugin Settings screen
2020-06-04 07:56:22 +00:00
l10n daemon script
4d10532a73
GIT_SILENT made messages (after extraction)
2020-06-03 02:08:55 +02:00