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