1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-11-13 22:43:06 +01:00
Commit Graph

123 Commits

Author SHA1 Message Date
Allan Wang
a852193520
Update kau and fix 29 incompatibilities 2019-06-13 14:05:10 -07:00
Allan Wang
1af2414105
Fix versions and imports 2019-06-08 02:10:02 -04:00
Allan Wang
07c1150508
Exclude extra module metadata 2019-06-07 15:43:22 -04:00
Allan Wang
9bab9d1feb
Remove themed dialog variants 2019-06-07 15:37:39 -04:00
Allan Wang
f1301c6ee5
Import versions in plugin 2019-06-07 14:52:55 -04:00
Allan Wang
58f4f9298b
Merge dev 2019-05-01 16:05:19 -07:00
Allan Wang
bbafb7b65c
Merge dev 2019-04-21 20:22:11 -04:00
Allan Wang
576cc1a451
Add initial biometric test 2019-04-21 20:20:21 -04:00
Allan Wang
23def966c0
Update versions 2019-03-30 22:44:03 -04:00
Allan Wang
f1878133d8
Add koin test 2019-03-07 04:00:20 -05:00
Allan Wang
65bb9233b2
Convert fbcookies to room entities 2019-03-05 21:06:24 -05:00
Allan Wang
8841728780
Change dependencies and add back suspensions 2019-03-05 18:52:47 -05:00
Allan Wang
c917dc13da
Create initial room models 2019-03-05 18:31:47 -05:00
Allan Wang
330bf28573
Enhancement/js (#1344)
* 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-05 22:13:41 -05:00
Allan Wang
635bdddebb
Remove all rx libraries 2019-01-05 00:12:45 -05:00
Allan Wang
5d2722b220
Remove unused dependencies and remove reactivex from username fetcher 2019-01-04 23:59:30 -05:00
Allan Wang
a1cf58e0ee
Use coroutine version in kau 2019-01-04 13:56:12 -05:00
Allan Wang
a8c734070c
Add custom gradle function and ignore some tests 2019-01-03 23:50:46 -05:00
Allan Wang
149c6be1bf
Enhancement/coroutines (#1273)
* 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-31 18:57:28 -05:00
Allan Wang
a9acbb16b2
Remove paper parcel, resolves #1193 2018-12-29 15:10:11 -05:00
Allan Wang
0d6f53c82c
Fully remove anko, resolves #1184 2018-12-28 23:09:58 -05:00
Allan Wang
e5e83736d3
Switch remaining primary observables 2018-12-28 20:19:18 -05:00
Allan Wang
e6dcbd7b32
Begin replacing observables with channels 2018-12-27 02:15:10 -05:00
Allan Wang
d1ed8498e5
Introduce android ktx 2018-12-25 22:27:23 -05:00
Allan Wang
49a67bc7c6
Update imageactivity and add tests, resolves #1107 2018-12-25 22:14:56 -05:00
Allan Wang
697e457da4
Clean up image activity and prepare for tests 2018-12-25 16:32:51 -05:00
Allan Wang
2c02356c49
Merge branch 'dev' into update/coroutines 2018-12-24 01:49:57 -05:00
Allan Wang
697d01882b
Enhancement/ktlint (#1259)
* Add spotless

* Reformat code

* Apply license header

* Add remaining license headers
2018-12-24 01:47:03 -05:00
Allan Wang
88b4073687
Migrate to androidx (#1257)
* 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-23 20:04:08 -05:00
Allan Wang
46fb61e533
Add initial coroutines 2018-12-20 23:12:41 -05:00
Allan Wang
dc6c12ba40
Fix/personal messages (#1194)
* 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-18 21:28:25 -05:00
Allan Wang
485b1171e3 Update changelog 2018-11-06 22:46:38 -05:00
Allan Wang
5ceb6a856f
Fix/misc (#1130)
* 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-08 22:46:26 -04:00
Allan Wang
49d829355b
Update when bugsnag gets added (#1128) 2018-10-08 21:11:03 -04:00
Allan Wang
438affb07a Cleanup (#1087)
* 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-09-26 14:56:44 -04:00
Allan Wang
d9e2562267 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
2018-04-12 18:50:58 -04:00
Allan Wang
4c0ba22041 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
2018-04-09 01:17:21 -04:00
Allan Wang
6943976bf1 Fix useragent update (#845)
* 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-04-07 14:41:28 -04:00
Allan Wang
d36dfe98a5 Feature/bugsnag (#807)
* Add bugsnag

* Remove crashlytics

* Remove pro features and iab

* Make analytics opt in

* Clean settings activity

* Clean settings activity 2
2018-03-21 01:28:31 -04:00
Allan Wang
67988a25d8 Fix/notification sound (#763)
* Update dependencies

* Update theme

* Fix bad css merge

* Add notification feedback for fetching now

* Hide notif settings that no longer work with channels

* Wip android o channels

* Revert back to old group method

* Update dependencies

* Update rxnetwork version
2018-03-11 15:47:35 -04:00
Allan Wang
fec23276e8 Update/misc (#728)
* Update basic agent check; fixes  #714

* Disable swipe on long click

* Remove duplicate code

* Update dependencies

* Update dependencies 2

* Add debug keystore

* Update versions

* Fix duplicate notification

* Fix duplicate notification sound; addreesses #725

* Update changelog

* Clean up
2018-02-16 21:51:02 -05:00
Allan Wang
8bfbbac2b8 Enhancement/video (#669)
* Test stricter video extractor

* Mess around with mutations

* Revert back to strict click listener

* Update theme

* Update dependencies

* Update theme

* Create pip toggle

* Add pip disabler

* Update theme

* Update theme
2018-01-25 00:23:44 -05:00
Allan Wang
fd5f2a82eb Misc (#614)
* Add locale log

* Add flyweight design for authenticator

* Add option to have instant messages only

* Update interceptor

* Add hd image model loader (#613)

* Launch image view for view full image

* Update changelog

* Greatly improve ImageActivity loading

* Update hashes

* Add back keyword filter

* Clean up
2018-01-10 22:13:28 -05:00
Allan Wang
726d2a4dc3 Misc (#592)
* Update dependencies

* Allow null message

* Support new kau logging
2017-12-31 17:14:26 -05:00
Allan Wang
3076d9a97c feature/menu-parser (#582)
* Test menu parser

* Add menu fragment implementation

* Test proguard

* Clean up

* Use async

* Use invoke

* Try without proguard

* Try 2

* Add fallback logic

* Use normal notification event

* Add custom event flag

* Add rest of menu fragment data

* Ensure fallback works

* Update docs
2017-12-31 00:42:49 -05:00
Allan Wang
041bafccea Feature/image retrieval (#581)
* Refactor

* Attempt new content

* Clean up to make compile friendly

* Update docs
2017-12-29 23:37:10 -05:00
Allan Wang
1769dbcef9 Enhancement/fb requests (#575)
* Update lambdas to references

* Simplify regex and parsers

* Fix some parsing and add more tests

* Improve message parser and tests

* Simplify parser

* Shorten interfaces

* Push rem

* Create notification parser

* Clean up notification service

* Clean up notification service

* Add safe cookie fallback

* Fix cookie reference

* Make parsers only hold cookie string

* Clean up cookie references

* Fix up login and event theme

* Update changelog

Remove workspace backup
2017-12-26 03:39:28 -05:00
Allan Wang
f1e1aec848 misc (#566)
* Fix click validator

* Update tests

* Feature/fb requests (#567)

* Add initial requesting interface

* Update unit tests and dependencies

* Resolve lint

* Fix lint 2

* Fix toolbar location, closes #439

* Add prev version code, closes #551

* Clear test val

* Update changelog
2017-12-21 20:55:51 -05:00
Allan Wang
db262e9577 Feature/tab customization (#522)
* Add initial tab customizing view

* Add rest of content for now

* Delete project file backups

* Stash

* Support full tab customization

* Test activity animations

* Update kau and fix sound uri

* Try catch download, resolves #523
2017-12-11 17:52:24 -05:00
Allan Wang
63d8779ad4 Enhancement/video (#484)
* Fix more parsing issues

* Try catch decoder resolves #456

* Fix unit test and add null check for images, resolves #458

* Remove downloadservice, resolves #459

* Clean up progress animator

* Check for download manager before download attempt

* Update strings
2017-11-13 05:09:24 -05:00