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

137 Commits

Author SHA1 Message Date
Allan Wang
15494d3b42
Update versions (#1591)
* Update versions

* Update travis android sdk

* Fix api updates

* Update dex plugin version
2019-12-08 00:29:40 -08:00
Allan Wang
9021295afa
Remove jackson dependency 2019-09-29 02:19:08 -07:00
Allan Wang
981d6ffb40
Apply kau migration 2019-09-22 22:36:16 -07:00
Allan Wang
658da93f98
Remove dbflow dependencies 2019-08-16 00:14:33 -07:00
Allan Wang
c5008fb253
Remove sliding up panel 2019-07-03 14:03:16 -07:00
Allan Wang
16ab9a8dfa
Redo image activity to support text content 2019-07-03 14:01:19 -07:00
Allan Wang
98053b6d3d
Use npm ci
Declare tsc path explicitly

Use tsc inline

Revert explicit path
2019-07-03 01:03:52 -07:00
Allan Wang
c1efcbf653
Depend on npm install 2019-07-03 00:55:33 -07:00
Allan Wang
9f04892c20
Specify node versions 2019-07-03 00:32:12 -07:00
Allan Wang
3eaeedfb9c
Add prebuild dependency 2019-07-03 00:12:25 -07:00
Allan Wang
33274faf9b
Remove custom extensions and use plugin as is 2019-07-03 00:06:02 -07:00
Allan Wang
93d2d28af6
Test install task 2019-07-02 23:43:05 -07:00
Allan Wang
5ec00376fa
Add swipe to dismiss 2019-07-01 23:32:45 -07:00
Allan Wang
ce1c8ef579
Update versions and add image activity test start 2019-07-01 21:36:55 -07:00
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