This repository has been archived by the owner on Sep 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 261
different proxy for each board #752
Open
MEWop
wants to merge
3,728
commits into
chandevel:dev
Choose a base branch
from
Adamantcheese:multi-feature
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rainbow Dash isn't that shit tbh, I have a shirt of her haha
…efresh, and also fix up the sliding scale so that it actually caps at the right size Also add in some fields for a possible autosolver with the original bitmaps
…ing better after looking at image alignment algorithms
…dates Noticed that board info stuff wasn't correctly escaped, must be old data
Not done yet tho
Also fix the scaletype to center crop, like all other images
…centering pin titles in the drawer holder views
…eablepostimageview shouldn't apply here
…at were causing intervals to be set of zero minutes, massively draining battery even if android wasn't picking it up as the app's fault Also some internal changes so that a seekbar and a primitive entry and split from integer setting views, and also revert watch background interval to an integer setting
…ignored now without things constantly reappearing Not sure what was causing it, but i suspect that just using the integer hashcode was causing a lot of collisions Also the ignore set is now stored in a temp file rather than in a shared pref
…hod due to string + operations turning everything into strings, dropping spans
…ts even if not displayed
…ght state in some situations
[Wired-7] Remove closed boards
…inkLinkables to be URL decoded for somewhat better display
… into multi-feature
…ulti-feature # Conflicts: # Kuroba/app/src/main/java/com/github/adamantcheese/chan/features/embedding/embedders/impl/YoutubeEmbedder.java
… fling the viewport side was touched, but that would mean the image would close almost always when you flung the image; now it only triggers if you're starting on an edge. the double swipe to close is a bit nicer and doesn't interfere with regular zoom function as much anymore
…o FilterWatchManger to more quickly check if a new thread link was posted (ie in a general thread, this will watch the new thread without having to wait for the background thread loader)
…sure atomic is set properly and unset properly
…d away; they'll pop up again when there are new posts
…outside the application
…own class, remove loading bar and use the multicolor one instead with more functionality
…verywhere Also updates for new build stuff
… update call to the appropriate location. Also filter watched pins will attempt to immediately update upon being made
…top running because an exception in a style action was altering the state of FilterWatchManager before it was safe to do so; reordered the code as well to be safe for any future such cases as well
…pact on scheduled checks and they're ignored by scheduled checks as well
…to save out so just do that immediately
Also prevent checking "new thread" links until we actually have new posts; we ignore the initial load now
The stuff in the repo wasn't up to date, so this took some time doing weird diffs between everything to get all the right info into the scripts to build something that works
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
not global proxy for whole app! we need different proxy for each board!
thanks!