aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbCookie.kt
AgeCommit message (Collapse)Author
2021-11-19Snapshot workAllan Wang
2021-09-12Fix multi account switchingAllan Wang
2021-04-17Remove koin dependency in productionAllan Wang
2021-04-17Update theme providers and readd koin modulesAllan Wang
2021-04-17Start hilt injectionAllan Wang
2021-01-24Revert "Add option to log out for messenger"Allan Wang
This reverts commit 4c2c8a9ce4872e8bbb2a55c8b527e4f7b22ef633.
2021-01-24Add option to log out for messengerAllan Wang
2021-01-24Create messenger client with cookie checkingAllan Wang
2021-01-24SpotlessAllan Wang
2021-01-24Require main thread for cookiemanager callsAllan Wang
2021-01-24Update db to include messenger cookieAllan Wang
2021-01-12Create themeproviderAllan Wang
2021-01-10Rename old messenger scss to messagesAllan Wang
2021-01-10Prepare for messenger cookiesAllan Wang
2020-07-18Split prefs into segmentsAllan Wang
2020-07-18Create prefs packageAllan Wang
2020-02-23Apply spotlessAllan Wang
2020-02-23Remove singleton pattern for fbcookieAllan 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-08-06Format kotlinAllan Wang
2019-04-21Wrap all db calls using our own contextAllan Wang
2019-03-07Rename some methodsAllan Wang
2019-03-05Port rest of cookie itemsAllan Wang
2019-03-05Convert fbcookies to room entitiesAllan Wang
2019-03-05Create initial room modelsAllan Wang
2018-12-31Enhancement/coroutines (#1273)Allan Wang
* Convert rest of fbcookie to suspended methods * Replace active checks with yield * Apply spotless * Switch cookie domain to exact url * Optimize imports and enable travis tests again * Update proguard rules * Remove unnecessary yield * Remove unused flyweight * Remove unused disposable and method * Use contexthelper instead of dispatcher main * Convert login activity to coroutines * Use kau helper methods for coroutines * Enhancement/offline site (#1288) * Begin conversion of offline site logic * Fix offline tests and add validation tests * Ignore cookie in jsoup if it is blank * Force load and zip to be in io * Use different zip files to fix tests * Log all test output * Do not log stdout * Allow test skip for fb offline
2018-12-29Completely remove fbcookie's invoke functionAllan Wang
2018-12-29Fix like button and disable cookie update, resolves #1203Allan Wang
2018-12-25Clean up image activity and prepare for testsAllan Wang
2018-12-24Remove login web asyncAllan Wang
2018-12-24Merge branch 'dev' into update/coroutinesAllan Wang
2018-12-24Enhancement/ktlint (#1259)Allan Wang
* Add spotless * Reformat code * Apply license header * Add remaining license headers
2018-12-21Add logging and switch domain urlAllan Wang
2018-12-20Add initial coroutinesAllan Wang
2018-09-27Optimize importsAllan Wang
2018-09-27Fix more lintsAllan Wang
2018-04-13Fix view full image (#882)v2.0.1Allan Wang
* Test including full photo viewer * Test cookie in glide * Fix parser and add redirects to view full image * Update changelog
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-11-09Update/kau (#476)Allan Wang
* Update all dependencies * Revert to working build * Update kau again * Update nullables * Update more nullables * Inline some things * Add images to readme * Update readme translators
2017-08-20Update login logicAllan Wang
2017-08-20Fix material light theme so colors do not get coveredAllan Wang
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-06-30Remove user info in debug logsAllan Wang
2017-06-22Add workaround for depth 2 linksAllan Wang
2017-06-20Fix up settings and overlay webAllan Wang
2017-06-20Add user switching for notificationsAllan Wang
2017-06-12Add kau and web scrollingAllan Wang