aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/services/NotificationUtils.kt
AgeCommit message (Collapse)Author
2021-01-12Convert all theme access to themeproviderAllan Wang
2020-07-18Split prefs into segmentsAllan Wang
2020-07-18Create prefs packageAllan Wang
2020-02-29Update koin usageAllan Wang
2020-02-23Move prefs to service locatorAllan Wang
2019-09-22Optimize imports and update changelogAllan Wang
2019-08-06Format kotlinAllan Wang
2019-06-13Apply spotlessAllan Wang
2019-06-13Resolve file uri ourself for ringtones, resolves #1423Allan Wang
2019-06-13Document uri parse usage for ringtonesAllan Wang
2019-04-13Delete notification channels after creating new ones, may resolve #1360Allan Wang
2018-12-24Enhancement/ktlint (#1259)Allan Wang
* Add spotless * Reformat code * Apply license header * Add remaining license headers
2018-12-23Migrate to androidx (#1257)Allan Wang
* Initial migration * Update gradle wrapper * Update iconics and revert progressanimator api * Clean up imports * Update dependencies and address some lint issues * Update constants * Remove extra import
2018-04-12Misc (#865)Allan Wang
* Clean up git code * Update download link * Update theme * Reorder settings, resolvees #856 * Do not log undeliverable exception * Handle potential lack of webview * Set notification epoch default to now, resolves #857 * Fix notification epoch time init * Update changelog * Update theme * Add slack url, resolves #880 * Prepare for image update
2018-04-09Feature/download manager (#855)Allan Wang
* Add initial github release check * Create update service * Clean old manager directory * Update kau * Update updateActivity snippet * Add back gradle keys * Remove update service functionality