aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/services/FrostRequestService.kt
AgeCommit message (Collapse)Author
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-06Disable more components if web onlyAllan Wang
2019-06-13Update kau and fix 29 incompatibilitiesAllan Wang
2019-01-04Convert global continuations to completable deferredAllan Wang
2018-12-26Merge new auth flyweight and update hd image fetcherAllan Wang
2018-12-25Add coroutines to FrostRequestServiceAllan Wang
2018-12-25Update imageactivity and add tests, resolves #1107Allan Wang
2018-12-24Enhancement/ktlint (#1259)Allan Wang
* Add spotless * Reformat code * Apply license header * Add remaining license headers
2018-09-27Fix misc lintRelease problemsAllan Wang
2018-01-20Enhancement/speed up (#650)Allan Wang
* Revert back to m.facebook * Add initial speedup * Update theme * Fix link press for event status * Move web states to fb const * Fix images and email * Fix up flyweight for requests * Ensure frost request is synchronous * Prepare diff utils * Improve speed and fix blank overlay * Update comments * Add debugger and fix searchview * Theme discover pages. Resolves #654 * Fix duplicate reload * Fix image loading * Update changelog * Update tests * Rename test Update dependencies Update gitignore
2017-12-31Enhancement/proguard (#589)Allan Wang
* Add error log * Rewrite logger
2017-12-29Feature/image retrieval (#581)v1.7.3Allan Wang
* Refactor * Attempt new content * Clean up to make compile friendly * Update docs
2017-12-29Feature/native notifs (#579)Allan Wang
* Improve parser and add zip test * Remove ActivityOptionsCompat, resolves #555 * Create native notifs * Add animations * Add image rounder * Improve glide transformations * Add request service * Fix parser * Fix parser * Add thumbnail and fix notification text * Update parsers and regex * Auto mark as read * Add request implementation in pending intent * Remove unnecessary return data * Simplify command retrieval * Use name keys instead * Revamp all bundle calls * Fix up thumbnail layout