-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Back navigation to previous tab #897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
cmonfortep
merged 25 commits into
develop
from
feature/cristian/lhf/back_navigation_new_tab
Aug 7, 2020
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
c0e4475
removing method from interface as it's not used by external callers
cmonfortep f65fee4
only store sourceTabId when tab is opened after clicking on a link
cmonfortep 74e59f1
Store sourceTabId only when tab opened from current tab
cmonfortep 87eeaad
store sourceTabId when tab opened in background from currentTab
cmonfortep 87e097d
When tab deleted, set to null references to that tab
cmonfortep bae6921
When back pressed, if sourceTab of current tab is different to null, …
cmonfortep ba882e0
skipHome by default if value is not passed as argument and if tab has…
cmonfortep 5629708
use sourceTab naming instead of child
cmonfortep ed0633f
hasSourceTab instead of Parent Tab
cmonfortep 44bb3c2
use room to nullify sourceTabId when tab deleted
cmonfortep 4fd2905
Rename method to be explicit about what sourceTab will be added.
cmonfortep ef0ae0a
Passing around sourceTabId from tab fragment. Adds flexibility and it…
cmonfortep fd9238d
apply code style
cmonfortep d05d08e
Removing isDefaultTab param from multiple methods where it was always…
cmonfortep 7f4cde2
remove unused method
cmonfortep 5af2af7
Unit test new foreign key added logic
cmonfortep 88c4928
Add necessary migration to create foreign key in table tabs
cmonfortep b1bbbbd
Tidy up and add new tests to TabDataRepositoryTest
cmonfortep fd52f6a
remove unused method
cmonfortep 84ed2b7
update BrowserTabViewModel tests
cmonfortep 1f1170a
udpate unit tests for BrowserViewModel
cmonfortep 343635f
apply code style
cmonfortep e3e6b57
add comment to document issue with sqlite
cmonfortep 7ab3569
apply codestyle
cmonfortep 3795162
make method param sourceTabId non-nullable
cmonfortep File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.