aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/services
AgeCommit message (Expand)Author
2021-11-19Remove image purgingAllan Wang
2021-09-13Fix pending intent for Android 12Allan Wang
2021-04-17Remove koin dependency in productionAllan Wang
2021-04-17Injection checkpointAllan Wang
2021-04-17Inject tab itemsAllan Wang
2021-04-17Update theme providers and readd koin modulesAllan Wang
2021-01-12Convert all theme access to themeproviderAllan Wang
2021-01-10Fix koin importsAllan Wang
2020-07-19Fix importsAllan Wang
2020-07-18Split prefs into segmentsAllan Wang
2020-07-18Create prefs packageAllan Wang
2020-03-01Format codeAllan Wang
2020-03-01Apply spotlessAllan Wang
2020-02-29Update koin usageAllan Wang
2020-02-23Remove koincomponent from activities and apply spotlessAllan Wang
2020-02-23Move prefs to service locatorAllan Wang
2019-12-30Apply spotless and update changelogAllan Wang
2019-09-29Show notification context in summary notificationAllan Wang
2019-09-22Optimize imports and update changelogAllan Wang
2019-09-15Remove auth and native ui elements by defaultAllan Wang
2019-09-07Replace web only with native ui and auth requestsAllan Wang
2019-08-15Remove dbflowAllan Wang
2019-08-06Reduce notification update frequencyAllan Wang
2019-08-06Disable more components if web onlyAllan Wang
2019-08-06Format kotlinAllan Wang
2019-08-06Use kotlin mathAllan 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-06-13Update kau and fix 29 incompatibilitiesAllan Wang
2019-05-09Ensure notifications are always savedAllan Wang
2019-04-24Apply updates from servicesAllan Wang
2019-04-24Add click events to notificationsAllan Wang
2019-04-22Update parsers and add widget itemsAllan Wang
2019-04-21Wrap all db calls using our own contextAllan Wang
2019-04-21Merge devAllan Wang
2019-04-13Delete notification channels after creating new ones, may resolve #1360Allan Wang
2019-03-30Filter notif titles as well from settings, resolves #1333Allan Wang
2019-03-07Optimize importsAllan Wang
2019-03-07Move legacy notif model to internal callAllan Wang
2019-03-07Do not send notifications if db save failsAllan Wang
2019-03-07Migrate to dao and add filter to titleAllan Wang
2019-03-06Update notif databaseAllan Wang
2019-03-05Convert fbcookies to room entitiesAllan Wang
2019-03-05Create initial room modelsAllan Wang
2019-01-05Wrap parser calls with try catch, resolves #1298Allan Wang
2019-01-04Convert global continuations to completable deferredAllan Wang
2018-12-31Enhancement/coroutines (#1273)Allan Wang
2018-12-26Merge new auth flyweight and update hd image fetcherAllan Wang
2018-12-25Add coroutines to FrostRequestServiceAllan Wang