Albert Vaca
3b5a7deebe
Rewritten the Notification Filter.
...
- Now we display every app in the phone.
- We show the app icon next to the name.
- Some apps can now be disabled by default.
Disabled notifications for the default Android messaging app, as SMS
notifications are already handled by the telephony plugin.
BUG: 367930
2016-09-20 12:46:28 +02:00
Albert Vaca
5669e3c22c
Split notifications plugin in two: send and receive.
2016-06-26 17:08:47 +02:00
Albert Vaca
1edcbd2b39
Fixed incorrect packet type
2016-06-26 17:05:17 +02:00
Albert Vaca
0836453c35
Project-wise optimize imports
2016-06-09 13:42:54 +02:00
Albert Vaca
113739e1d9
Fixed rare crash
2016-06-06 00:01:59 +02:00
Albert Vaca
b7d9cb5d81
Using capabilities, packages no longer need to validate received packages
2016-06-02 15:35:44 +02:00
Albert Vaca
6ecfc5071e
Less alarming notification icon
2016-05-31 19:04:09 +02:00
Albert Vaca
d253fcfd0b
Refactor capabilities together with Aleix
...
He is committing a similar patch to kdeconnect-kde
2016-05-31 17:19:39 +02:00
Albert Vaca
36e8d14973
Hack to fix "low battery" notification spam
...
When two phones were paired together and notification sync enabled, one
phone was receiving the notification again and again from the other, which
made obvious that it was being sent over and over.
2016-03-07 15:46:43 -08:00
Holger Kaelberer
49d499d9a9
notifications: try to decode payload into largeIcon
...
Newer API levels scale large icons in notifications automatically,
olders don't. Therefore we downscale manually if necessary to avoid
too big icons.
REVIEW: 126667
2016-01-11 20:26:57 +01:00
Holger Kaelberer
742332df1e
notifications: accept remote notifications
...
Notification synchronization in working in both directions now
for API level > 17.
For older versions only receiving of notifications is enabled.
REVIEW: 125179
2015-12-07 21:44:30 +01:00
Albert Vaca
1e152581e6
Fixes a typo
2015-10-27 11:45:21 -07:00
Albert Vaca
27723c697b
Added capabilities to plugins
2015-09-08 14:54:04 -07:00
Albert Vaca
92e4fa864a
Removed old UI
2015-09-07 02:16:23 -07:00
Albert Vaca
4b9d946774
Fixed notifications plugin incompatibility with Android<21
2015-09-07 02:16:23 -07:00
Albert Vaca
403c18a056
Notifications plugin now uses notifications' "key"s as id.
...
Instead of our custom packageName + tag + scoped id.
2015-08-10 00:28:16 -07:00
Albert Vaca
3b0a3e265d
Plugin key is now the plugin class instead of being defined by each plugin
2015-06-06 00:39:04 -07:00
Albert Vaca
25e1505df0
New interface for plugins
2015-05-08 23:23:36 -07:00
Albert Vaca
42f2f425a1
Commented out sendIcons logic until we fix the incomplete file transfers.
2015-04-11 23:53:24 -07:00
Albert Vaca
0510182866
De-duplicated code
2015-02-01 12:31:51 -08:00
Albert Vaca
86261bd105
Lint fixes
2015-02-01 12:31:42 -08:00
Albert Vaca
288ca01e44
Log cleanup
2015-02-01 12:31:41 -08:00
Albert Vaca
8765b7c692
Made notifications from KDE Connect silent
...
Flag "requestAnswer" should be renamed to "silent", using both for now.
2015-01-20 23:11:55 -08:00
Albert Vaca
39af8f96e6
Hide notifications for Google Now
2015-01-20 23:11:55 -08:00
Albert Vaca
2a224e5757
Hide empty facebook messenger notification
2015-01-20 23:11:55 -08:00
Albert Vaca
74bec9a7de
Fixed not being able to read some customized notifications
...
Fixed error "Expected String but value was a android.text.SpannableString"
2015-01-10 00:47:13 -08:00
Albert Vaca
e2b2e91f73
Improvements to plugins settings.
...
Added a startPreferencesActivity method to Plugin so we don't need to do a
hack to launch a custom activity for the notifications plugin.
CCMAIL: grg.vineet@gmail.com
2015-01-10 00:33:47 -08:00
Vineet Garg
5e905ddd63
Added setting to filter notifications from certain applications
...
REVIEW: 121687
2015-01-10 00:33:31 -08:00
Albert Vaca
26b321ee76
Do not send notifications with the flag "local only"
2014-12-13 21:48:54 -08:00
Albert Vaca
f01811446a
Migrated project to latest Android SDK and moved sources out of 'main' dir
...
Sorry for the conflicts caused by moving the sources!
2014-11-22 17:04:37 -08:00