1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-11-08 20:12:39 +01:00
Commit Graph

178 Commits

Author SHA1 Message Date
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
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
Allan Wang
e1c12f7716 Update/kau (#476)
* 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-11-09 01:54:12 -05:00
Allan Wang
c2ca9066c6 WIP: Feature/pip video 2 (#405)
* Add dependency

* Test new video view

* Add initial video bindings

* Implement drag to dismiss

* Begin initial integration

* Fix typo

* Fix up url formatter

* Update changelog

* Create first fully integrated video build

* Update translations

* Update translations 2
2017-10-24 23:29:55 -04:00
Allan Wang
8cc37e754c Fix lint 2017-08-30 14:11:16 -04:00
Allan Wang
14efdd91a4 Fix pref text overflow and update dependencies 2017-08-20 10:59:34 -07:00
Allan Wang
f1a15901f3 Test v1.4.10 2017-08-20 00:21:52 -07:00
Allan Wang
55cda1842f Fix/travis (#203)
* Add check to see if signing is valid

* Add test keystore
2017-08-20 00:16:41 -07:00
Allan Wang
ede53aff0c Feature/theme accent (#192)
* Add lots of theming components

* Optimize and add

* Update accents
2017-08-18 20:25:26 -07:00
Allan Wang
52bfdb66ca Misc (#190)
* Update play store description

* Finalize description

* Update kotlin and bg2 for custom themes

* Update to Android Studio 3.0 beta 2

* Update test dependencies and add logging to image activity

* Rename throwable to errorRef

* Update searchview and media picker through kau
2017-08-18 14:40:08 -07:00
Allan Wang
5d9a3fd7fb v1.4.5 (#174)
* Update/kau (#125)

* Update logger

* Clean imports and bring back reactive libs

* Update dependencies and make billing async

* Misc (#128)

* Update null

* Attempt to improve transparent theme backgrounds

* Update menu

* Move injections to visible method and reduce offset

* Update searchview and logging

* Clean temp strings and add network states

* Move console blacklist to web state

* Change some logs to info

* Move glide loader to onCreate (#135)

* Remove commit number increments (#139)

* Fix/misc (#140)

* Add canadian locale to toLowerCase

* Add try catch to JsAssets

* Disable error throwing for bad search subject

* Log more throwables quietly

* Check internet connection before fetching username

* Remove name check in frost notifications

* Add activity lifecycle logger

* Add rxjava to lib showcase

* Move network checker to io thread (#150)

* Update dependency

* Blank

* Feature/jsoup debugger (#152)

* Create debugger

* Update debugger content

* Create debugging logic

* Finalize and test debugger

* Add reload listener

* Fix/pro crash without play store (#155)

* Update changelog

* Check if iab service exists

* Add checker before launching play store request

* Separate strings

* Enhancement/message notifications (#157)

* Map message notifs to the headless html extractor

* Update strings

* Bring im notifs out of alpha

* Update changelog

* Remove confirmation dialog (#159)

* Separate message notifications and add click intents (#171)

* Separate message notifications and add click intent for group notifications

* Add comments and finalize

* Feature/scroll down on message thread (#172)

* Add hook for scroll

* Update changelog

* Add custom navdrawer layout (#173)

* Add faq for auto play

* Update changelog

* Fix page banner bg (#163)
2017-08-14 20:48:39 -07:00
Allan Wang
7746e63373 Add IM notifications, FAQ, video uploading, and geolocations (#107)
* Test canary

* Update activities to use kau base

* Update dependencies

* Cherry pick faq

* Update kau and add faq

* Add readme badges

* Add im notifications and video uploading

* Update theme

* Update and fix unit tests

* Add geolocation

* Prepare alpha test

* Remove explicit nonnull request
2017-08-03 22:21:51 -07:00
Allan Wang
14185936f4 Intro (#100)
* Create base activity

* Created some testers

* Update theme and fix mess up

* Update theme and replace paint

* WIP intro drawables

* Create intro screens

* Clear unnecessary dependencies

* Finalize intro panels

* Clean up intro

* Attack intro to settings

* Fix lint

* Finalize intro
2017-07-30 15:57:27 -07:00
Allan Wang
d94bc858c8 Update image downloads , IAB, and many issue reports (#95)
* Remove iab proguard line

* Remove dup vending aidl

* Fix double calling issue

* Change pro logging

* Remove async call

* Allow for multiple result flags from settings

* Rename restore to get

* Remove remaining async

* Add null checks across web clients

* Do not delete temp file on save

* Implement image logic

* Update file chooser

* Update travis

* Add intent checker

* Update dependencies

* Update dependencies

* Add debugging option

* Switch context for login glide

* Scan newly added files

* Update theme

* Allow image downloading in messages

* Finalize beta release

* Build to beta

* Update strings
2017-07-25 15:18:12 -07:00
Allan Wang
1388240656 Test new billing logic (#86)
* Add lint

* Add new libs

* Update libs and add friends tab

* Aggressively hide nonrecent posts

* Update dependencies

* Add php to most recents

* Add full size image downloader

* Fix css cleaner

* Fix notification and circle

* Bring back regex

* Update kau, optimize imports, and remove string ambiguity

* Bring back anjlab iab and move to alpha

* Create initial billing test
2017-07-22 20:27:22 -07:00
Allan Wang
495b1bd498 Dev - minor updates (#73)
* Add lint

* Add new libs

* Update libs and add friends tab

* Aggressively hide nonrecent posts

* Update dependencies

* Add php to most recents

* Add full size image downloader

* Fix css cleaner
2017-07-19 00:28:56 -07:00
Allan Wang
e4679b1663 Fix notifications and long press for albums (#69)
* Allow for album images to be viewed

* Update listing info

* Web refractoring

* Test message notifications

* Fix notifications and context press
2017-07-17 12:38:42 -07:00
Allan Wang
7bf93ea74b Test against proguard and fix minor details (#67)
* Reenable enum in proguard rules

* Add missing permission and upload to beta

* Use kau permission const
2017-07-16 20:23:42 -07:00
Allan Wang
d90cb9b61c Add image viewing and downloading (#63)
* Commence aggressive image caching

* Add glide toggle and css url parsing

* Add image hook and refractor activities

* Update version analytics

* Implemented imageactivity but glide will not load

* Create working image loader

* Finalize image view

* Finalize image view logic

* Remove custom cache experiment
2017-07-16 17:26:58 -07:00
Allan Wang
c3f1fc6a8b Separate pref strings, add notifs control, fix searchview (#60)
* Separate pref strings and add notif controls

* Add overlay toggle and minor cleanups

* Fix search view
2017-07-13 17:19:19 -07:00
Allan Wang
91119de328 Dev 1.2.2 - Add framework for messenger notifications (#47)
* Update KAU to v2.0

* Only inject theme for facebook and inject js after

* Clean up menu loading logic

* Add path null check

* Remove .idea files

* Add url formatter testers

* Update tests and check url nullability - Fixes

* Create instant messaging parser

* Shorted notification log and remove unnecessary null checks

* Make migration buildable

* Test message parser

* finalize messenger notifs for now
2017-07-13 13:50:00 -07:00
Allan Wang
b10a745c7f Dev-1.1.7 (#39) - feature overload + context menu
* Address some crashlytics issues

* Add text scaling

* Kau fixes and cleanup

* WIP formatter

* Create in house url formatter

* Update context menu

* Update themes

* Test proguard without R

* Implement sharing and clean up context menu

* Disable viewpager swipe on long press

* Test keeping lib strings

* Update changelog and proguard
2017-07-08 03:03:55 -04:00
Allan Wang
6adfc49637 Dev 1.1.6 (#33) - Fix play store listing, add sharing options, update css & js
* Remove play store listing updates

* Fix up listing

* Combine url getters for overlay activity

* Begin building context menu programmatically

* Update css and js
2017-07-07 03:26:55 -04:00
Allan Wang
bbe30297a2 Dev (#29) - micro fixes mostly from KAU
* Add changelog

* Add play descriptions

* Test build since tag

* Adjust view on keyboard, fixes

* Update kau, merge kpref singles, update swipe

* Fix swipe background

* Allow swipe customization
2017-07-06 02:52:18 -04:00
Allan Wang
8a9ecfcbf4 Dev (#15)
* Allow file access

* Log all to phone

* Rework billing logic

* Simplify travis process

* More logging

* Fix purchasing
2017-07-03 22:33:19 -04:00
Allan Wang
01250f9382 Fix purchase recognition (#12)
* Update travis

* Update bad billing booleans

* Remove empty cancel fun
2017-07-03 16:57:00 -04:00
Allan Wang
a6f725d8ca Clean up versioning name 2017-07-03 00:07:35 -07:00
Allan Wang
19cff11b39 Parse base code 2017-07-03 05:35:19 -07:00
Allan Wang
e96651d20e Update tar 2017-07-02 22:55:52 -04:00
Allan Wang
a87d457e5a Use travis build number as basecode 2017-07-03 02:29:23 -07:00
Allan Wang
4007e36b7f Move git versioning 2017-07-02 17:27:18 -07:00
Allan Wang
4a07d2ed10 Adding auto uploads 2017-07-02 17:24:17 -07:00
Allan Wang
8cc26f47b1 Remap billing functionality 2017-07-02 11:57:57 -07:00
Allan Wang
b148feff51 Test tags 2017-07-02 10:36:38 -07:00
Allan Wang
d24ee84000 Set up billing cycle 2017-06-30 22:50:58 -07:00
Allan Wang
f6ae04c42c Mimic template themes when opaque 2017-06-30 20:46:54 -07:00
Allan Wang
a5ea70cd8f Ensure crashlytics sends report 2017-06-30 20:39:39 -07:00
Allan Wang
1811531d69 Test more billing 2017-06-30 20:32:33 -07:00
Allan Wang
7b6371ada0 Add test libs 2017-06-29 10:15:54 -07:00
Allan Wang
e5536a5fc1 Test kapt dependencies 2017-06-29 10:12:18 -07:00
Allan Wang
82e761f7cd Test dependencies 2017-06-27 11:45:57 -07:00
Allan Wang
ed3efcef75 Update kau 2017-06-26 20:06:24 -07:00
Allan Wang
cddb866441 Test dependencies 2 2017-06-26 15:04:46 -07:00
Allan Wang
6270c060e4 Test dependencies 2017-06-26 14:54:07 -07:00
Allan Wang
a95107d0d1 Update dependencies 2017-06-26 13:31:37 -07:00
Allan Wang
b6530cc36d Hold kau 2017-06-25 21:11:15 -07:00
Allan Wang
f35939ce42 Test kau update 2017-06-25 14:30:49 -07:00