aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/services/NotificationService.kt
AgeCommit message (Collapse)Author
2017-07-17Fix notifications and long press for albums (#69)v1.3.2Allan Wang
* Allow for album images to be viewed * Update listing info * Web refractoring * Test message notifications * Fix notifications and context press
2017-07-13Separate pref strings, add notifs control, fix searchview (#60)v1.2.2Allan Wang
* Separate pref strings and add notif controls * Add overlay toggle and minor cleanups * Fix search view
2017-07-13Dev 1.2.2 - Add framework for messenger notifications (#47)Allan Wang
* Update KAU to v2.0 * Only inject theme for facebook and inject js after * Clean up menu loading logic * Add path null check * Remove .idea files * Add url formatter testers * Update tests and check url nullability - Fixes * Create instant messaging parser * Shorted notification log and remove unnecessary null checks * Make migration buildable * Test message parser * finalize messenger notifs for now
2017-07-08Dev 1.2.1 (#43) - Revamp notificationsv1.2.1Allan Wang
* Test proguard * Test proguard without enums * Allow notifications from only current account * Prettify notifications * Clean up layouts * Test proguard log * Update rxkotlin * Update remaining dependencies
2017-07-01Cleanup and docsv1.0.1Allan Wang
2017-06-22Add notification filteringAllan Wang
2017-06-21Clean up and add event loggingAllan Wang
2017-06-20Add user switching for notificationsAllan Wang
2017-06-19Check for username if not found on loginAllan Wang
2017-06-19Clean up notifications and animationsAllan Wang
2017-06-19Update kau and show changelog on version changeAllan Wang
2017-06-19Created notification badgesAllan Wang
2017-06-19Parse header badgesAllan Wang
2017-06-17Add proper external link parsingAllan Wang
2017-06-15Add full themingAllan Wang
2017-06-14Create notification service frameworkAllan Wang