aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin
AgeCommit message (Collapse)Author
2019-03-04Allow hiding stories (#1361)Allan Wang
2019-02-06Apply spotlessv2.2.2Allan Wang
2019-02-06Fix/open broadcast (#1345)Allan Wang
* Convert jsi related channels to broadcasts * Close channel in debug activity
2019-02-05Theme (#1346)Allan Wang
* Theme text from linked user list * Theme unlike page, resolves #1335 * Fix comment theme box text, resolves #1340 * Apply spotless
2019-02-05Add ability to copy comments, resolves #454Allan 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-02-02Fix crashAllan Wang
2019-01-22Add back runOnUiThreadAllan Wang
2019-01-22Catch crashes, but things will still breakAllan Wang
2019-01-17Push new loggersAllan Wang
2019-01-16Feature/marketplace (#1328)Allan Wang
* Add marketplace item * Add marketplace entry to drawer * Update changelog
2019-01-05Prepare next releasev2.2.1Allan Wang
2019-01-05Wrap parser calls with try catch, resolves #1298Allan Wang
2019-01-05Use conflated channels where possible, resolves #1314Allan Wang
2019-01-05Remove all rx librariesAllan Wang
2019-01-05Remove remaining reactivex componentsAllan Wang
2019-01-05Remove reactivex from debuggerAllan Wang
2019-01-04Remove unused dependencies and remove reactivex from username fetcherAllan Wang
2019-01-04Fix flyweight testsAllan Wang
2019-01-04Fix compilation errorAllan Wang
2019-01-04Try catch apache unescape, resolves #1300Allan Wang
2019-01-04Apply sensitive string to start activity loggerAllan Wang
2019-01-04Redact default cookiemodel stringAllan Wang
2019-01-04Convert global continuations to completable deferredAllan Wang
2019-01-04Theme (#1308)Allan Wang
* Add new attribute and theme messages page * Theme more components * Update comments and remove them from css files * Support at field in theme builder * Support at field in theme builder * Use wildcard matcher for menu overflow
2019-01-04Remove exception filters from application, resolves #1304t2.2.0Allan Wang
2019-01-03Wrap full image url in try catch, resolves #1307Allan Wang
2019-01-03Add custom gradle function and ignore some testsAllan Wang
2019-01-03Add asset preloader (#1311)Allan Wang
2019-01-01Convert fade out to suspended function in loginAllan Wang
2019-01-01Fix login deadlockAllan Wang
2019-01-01Fix image downloadingAllan Wang
2019-01-01Add changelogAllan Wang
2019-01-01Close channels after destroy, resolves #1292Allan 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-29Remove paper parcel, resolves #1193Allan Wang
2018-12-29Remove add members from dependents, resolves #1176Allan Wang
2018-12-28Apply spotlessAllan Wang
2018-12-28Fully remove anko, resolves #1184Allan Wang
2018-12-28Switch default user agent to android, resolves #1245, #1229Allan Wang
2018-12-28Prevent crash with null frost cookieAllan Wang
2018-12-28Update badge channelAllan Wang
2018-12-28Update consts and android extensionsAllan Wang
2018-12-28Switch remaining primary observablesAllan Wang
2018-12-27Fix initial crashAllan Wang
2018-12-27Convert remaining view observablesAllan Wang
2018-12-27Begin replacing observables with channelsAllan Wang
2018-12-26Support old fbRequestAllan Wang