fenix/app
Petru Lingurar f7087e46e3 Fix #5067 - Refactor ShareController to use SendTabUseCases
Navigation between app fragments uses ShareTab as arguments. The newly used
SendTabUseCases uses TabData which is not Parcelable.
For minimal changes we'll keep both data classes and ShareController will know
how to map between the two.
Removed the `sessionId` property of ShareTab as it isn't needed anymore.
2019-09-03 12:01:26 -07:00
..
src Fix #5067 - Refactor ShareController to use SendTabUseCases 2019-09-03 12:01:26 -07:00
.gitignore Initializes Android project 2018-12-07 15:25:38 -05:00
build.gradle Fix #5067 - Refactor ShareController to use SendTabUseCases 2019-09-03 12:01:26 -07:00
lint.xml Fixes #1890 - Remove unused strings (#1891) 2019-04-22 11:24:49 -07:00
metrics.yaml For #4658: Add some private browsing mode telemetry (#4968) 2019-08-28 14:41:37 -07:00
pings.yaml Add pings.yaml metadata 2019-05-20 13:26:40 -07:00
proguard-rules.pro For #4064: Old R8 & keep rules are inhibiting optimizations (#4930) 2019-08-29 10:16:26 -05:00