aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
AgeCommit message (Collapse)Author
2019-08-16Remove dbflow dependenciesAllan Wang
2019-07-03Remove sliding up panelAllan Wang
2019-07-03Redo image activity to support text contentAllan Wang
2019-07-03Use npm ciAllan Wang
Declare tsc path explicitly Use tsc inline Revert explicit path
2019-07-03Depend on npm installAllan Wang
2019-07-03Specify node versionsAllan Wang
2019-07-03Add prebuild dependencyAllan Wang
2019-07-03Remove custom extensions and use plugin as isAllan Wang
2019-07-02Test install taskAllan Wang
2019-07-01Add swipe to dismissAllan Wang
2019-07-01Update versions and add image activity test startAllan Wang
2019-06-13Update kau and fix 29 incompatibilitiesAllan Wang
2019-06-08Fix versions and importsAllan Wang
2019-06-07Exclude extra module metadataAllan Wang
2019-06-07Remove themed dialog variantsAllan Wang
2019-06-07Import versions in pluginAllan Wang
2019-05-01Merge devAllan Wang
2019-04-21Merge devAllan Wang
2019-04-21Add initial biometric testAllan Wang
2019-03-30Update versionsAllan Wang
2019-03-07Add koin testAllan Wang
2019-03-05Convert fbcookies to room entitiesAllan Wang
2019-03-05Change dependencies and add back suspensionsAllan Wang
2019-03-05Create initial room modelsAllan Wang
2019-02-05Enhancement/js (#1344)Allan Wang
* Attempt to add package json * Add initial typescript components * Convert remaining files * Remove some null checks * Reorganize folders * Add missing js and tests for file paths * Delete unused babelrc * Remove unused packages
2019-01-05Remove all rx librariesAllan Wang
2019-01-04Remove unused dependencies and remove reactivex from username fetcherAllan Wang
2019-01-04Use coroutine version in kauAllan Wang
2019-01-03Add custom gradle function and ignore some testsAllan 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-29Remove paper parcel, resolves #1193Allan Wang
2018-12-28Fully remove anko, resolves #1184Allan Wang
2018-12-28Switch remaining primary observablesAllan Wang
2018-12-27Begin replacing observables with channelsAllan Wang
2018-12-25Introduce android ktxAllan Wang
2018-12-25Update imageactivity and add tests, resolves #1107Allan Wang
2018-12-25Clean up image activity and prepare for testsAllan 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-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-12-20Add initial coroutinesAllan Wang
2018-11-18Fix/personal messages (#1194)Allan Wang
* Update dependency versions * Fix regex to support personal messages, resolves #1180 * Update download url, resolves #1131 * Update changelog * Downgrade apache dependency version * Disable travis for master pushes [skip ci] * Support java 1.8
2018-11-06Update changelogv2.1.1Allan Wang
2018-10-08Fix/misc (#1130)Allan Wang
* Update bugsnag exception filter * Rewrite imageactivity to remove file nullability * Init bugsnag before logging * Add bugsnag tags * Update theme for transitioning to post creation
2018-10-08Update when bugsnag gets added (#1128)Allan Wang
2018-09-26Cleanup (#1087)Allan Wang
* Feature/download manager (#855) * 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 * Update changelog * Misc (#865) * 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 * Fix view full image (#882) * Test including full photo viewer * Test cookie in glide * Fix parser and add redirects to view full image * Update changelog * Fix compilation and add new keys * Update all versions * Fix signing configs * Fix exoplayer api update * Change string usage * Test scss on travis * Test with node_js flag * Add back css * Update versions and fix video view
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
2018-04-07Fix useragent update (#845)Allan Wang
* Test windows user agent * Update dependencies * Update KAU * Switch back user agent and use android base * Fix lint issues * Fix lint part 2 * Test messenger user agent * Update bugsnag release levels
2018-03-21Feature/bugsnag (#807)Allan Wang
* Add bugsnag * Remove crashlytics * Remove pro features and iab * Make analytics opt in * Clean settings activity * Clean settings activity 2