Colin Lee
5cf61c95db
Fixes #589 : Add sample unit tests for a component
2019-02-20 09:20:40 -08:00
Colin Lee
d910bda929
Fixes #575 : Crash "IllegalStateException: Display already acquired"
2019-02-20 10:05:49 -06:00
Colin Lee
291f21aa8e
Handle listener state bugs as onViewCreated isn't always called
2019-02-19 09:08:25 -08:00
Colin Lee
2d9157ce0d
Fixes #545 : overflow menu multitasking deletes private and non-private
2019-02-18 11:09:47 -06:00
Colin Lee
66ebb652a6
Fixes #568 : Crash on custom tabs menu if no other tabs are open
2019-02-17 23:29:14 -08:00
Colin Lee
b42a512b87
Fixes #557 : Selected tab should appear with selected theme
2019-02-16 20:55:44 -08:00
Colin Lee
6d71faa44d
Fixes #541 : Crash on Home Screen
...
The Android Lifecycle Architecture component does not have fine-grained enough lifecycle event callbacks to safely manage Rx subscriptions in Fragment lifecycles. Added autodispose to simplify.
2019-02-16 19:40:39 -08:00
Colin Lee
03826651dd
Fixes #545 : overflow menu for multitasking mixes regular and private
2019-02-16 19:39:47 -08:00
Colin Lee
870621b958
BrowserToolbar UrlCommitListener requires Boolean return
2019-02-16 17:28:38 -06:00
Jeff Boek
927c1bdc85
For #357 - Uses synthetic imports
2019-02-15 16:28:03 -08:00
Jeff Boek
d3c0aa20c1
For #357 - Removes unneeded if statement
2019-02-15 16:28:03 -08:00
Jeff Boek
007cefa281
For #357 - Adds some descriptive comments for temporary values
2019-02-15 16:28:03 -08:00
Jeff Boek
4263f8ab3e
For #357 - Adds menu to delete a single item
2019-02-15 16:28:03 -08:00
Jeff Boek
434c839b73
For #357 - Emits action on delete
2019-02-15 16:28:03 -08:00
Jeff Boek
a65bd9b245
For #357 - Changes delete text depending on the number of items selected
2019-02-15 16:28:03 -08:00
Jeff Boek
1f276ec9fc
For #357 - Display number of selected items in the delete button
2019-02-15 16:28:03 -08:00
Jeff Boek
20944ae1be
For #357 - Adds a button to delete history
2019-02-15 16:28:03 -08:00
Jeff Boek
2cfc1bfc6a
For #357 - Handles back press in edit mode
2019-02-15 16:28:03 -08:00
Jeff Boek
a6e38165cb
For #357 - Dont set the checkbox if it already contains the right value
2019-02-15 16:28:03 -08:00
Jeff Boek
0cc44d1ee2
For #357 - Adds ability to toggle checkbox by selecting item
2019-02-15 16:28:03 -08:00
Jeff Boek
b7c7fd3100
For #357 - Adds selected items to the history component state
2019-02-15 16:28:03 -08:00
Jeff Boek
0cbcd93208
For #357 - Adds an editing mode to the history component
2019-02-15 16:28:03 -08:00
Sawyer Blatz
9bf0354d02
Closes #530 : Adds private keyboard support
2019-02-15 14:37:57 -08:00
Sawyer Blatz
e5fe80f928
Closes #347 : Adds private browsing logic ( #506 )
...
* For #347 : Adds private browsing logic
* For #347 : Adds private session explainer
* Adds persistence
2019-02-15 09:31:03 -08:00
Emily Kager
fe74df8b7f
Closes #508 - Use Default Component Text Size for Toolbar
2019-02-14 20:34:51 -06:00
Sawyer Blatz
59c2594624
Fixes #511 : Corrects theming for home fragment menu
2019-02-14 13:44:44 -06:00
Sebastian Kaspari
4a66c60548
Pass concept-fetch Client implementation to SearchSuggestionProvider.
2019-02-14 10:18:20 -06:00
Colin Lee
ee229c9709
Fixes #354 : Overflow menu for multitasking in current session
2019-02-14 10:14:57 -06:00
Emily Kager
06890d0837
Closes #487 - Replace home toolbar icon with tabs icon
2019-02-13 15:33:55 -08:00
Jeff Boek
a4a9222a94
For #490 - Fixes navigation when selecting a history item
2019-02-13 16:13:20 -06:00
Jeff Boek
06403f3b3f
For #490 - Properly closes the library when launched from the home view
2019-02-13 16:13:20 -06:00
Jeff Boek
2e525813f6
Adds build date to the about page
2019-02-13 13:20:12 -06:00
Sawyer Blatz
7531bc56f2
Closes #476 : Adds browserToolbarMenuIcon theming
2019-02-13 12:56:04 -06:00
Colin Lee
2bc769190e
Fixes #401 : Resolve known leak and install LeakCanary
2019-02-13 09:37:13 -08:00
Sebastian Kaspari
b4d1ac0d63
Closes #472 : Integrate feature-session-bundling component.
...
This will take care of saving and restoring the (`SessionManager`) state.
2019-02-13 09:35:45 -08:00
Jeff Boek
f37250127a
Fixes #430 - Hides software keyboard when you background the app
2019-02-12 16:34:49 -08:00
Jeff Boek
5addcca524
For #456 - Adds popover menu to menu button
2019-02-12 16:25:40 -08:00
Jeff Boek
4873d989a0
Moves the shared toolbar component to the components package
2019-02-12 16:25:40 -08:00
Jeff Boek
df3eaa2ca7
For #456 - Moves out KeyTrigger into its own file
2019-02-12 16:25:40 -08:00
Emily Kager
931778acac
Add new tab and navigate to it
2019-02-12 16:04:01 -08:00
Emily Kager
0c8b2a8a1e
Closes #449 - Adds Basic About Page with Dated Version Name
2019-02-12 16:04:01 -08:00
Colin Lee
83f637e386
Fixes #431 : Scroll-down on the home screen messes up everything
2019-02-12 16:14:46 -06:00
Jeff Boek
b6ab865e44
For #355 - Fixes the default context
2019-02-12 13:44:09 -08:00
Jeff Boek
a0ac6bfb37
For #355 - Uses the generated Navigation directions
2019-02-12 13:44:09 -08:00
Jeff Boek
d8845dc524
For #355 - Adds history section header
2019-02-12 13:44:09 -08:00
Jeff Boek
29227e6f90
For #355 - Fixes coroutine scope
2019-02-12 13:44:09 -08:00
Jeff Boek
b9171cd99a
For #355 - Navigat back to brows when you tap a history item
2019-02-12 13:44:09 -08:00
Jeff Boek
aac39f97f2
For #355 - Creates ViewHolder for HistoryItem
2019-02-12 13:44:09 -08:00
Jeff Boek
64e96495cc
For #355 - Adds history to the recyclerview
2019-02-12 13:44:09 -08:00
Jeff Boek
22ab6ac934
For #355 - Creates the history component
2019-02-12 13:44:09 -08:00