You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-28Lines changed: 8 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
A Google GCM/Amazon SNS alternative using pull instead of push.
4
4
## Main features
5
5
- Independent user notifications (no Google GCM or Amazon SNS), just put a JSON file in the cloud
6
-
- Framework will update available notifications automatically in defined time intervals (`now`, `daily`, `bi-weekly`, `weekly`, `monthly`)
6
+
- Framework will update available notifications automatically in defined time intervals (`now`, `daily`, `weekly`, `bi-weekly`, `monthly`)
7
7
- Flexible parameters:
8
8
- start date for notification (distribute early, show later)
9
9
- amount of times the notification should be shown
@@ -15,26 +15,16 @@ A Google GCM/Amazon SNS alternative using pull instead of push.
15
15
- pro tip: as some users don't always update to the latest app versions you should integrate this framework in an early phase if you plan to use it at a later time.
-[android-remote-notifications_1.1.0-all.jar](https://github.com/kaiwinter/android-remote-notifications/releases/download/v1.1.0/android-remote-notifications-1.1.0-all.jar) This contains all jackson dependencies. I use this in an eclipse ant build
- Live Demo: [Appetize.io](https://appetize.io/app/efkur5jaxuztahp6wtc5n65x74)
38
28
39
29
## How to integrate
40
30
You can find the source code of the example app here: [MainActivity](https://github.com/kaiwinter/android-remote-notifications/blob/master/example/src/main/java/com/github/kaiwinter/androidremotenotifications/example/MainActivity.java)
@@ -108,18 +98,8 @@ First: You don´t have to write the JSON file by hand. Just use the API to initi
108
98
## Screenshots
109
99

110
100
111
-
## ProGuard
112
-
To keep the jackson annotations add this to your ProGuard configuration.
0 commit comments