1
0
Fork 0
Commit Graph

3081 Commits (de759bb336cfe68f05d806ac252544274133bdc4)

Author SHA1 Message Date
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
Colin Lee ff96362551 Fixes #488: LeakCanary crash 2019-02-13 13:40:21 -08: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
Sebastian Kaspari a3e09068be Fix taskcluster Nightly configuration. 2019-02-13 12:55:31 -06:00
Colin Lee e4b93a0f09 Add initial proguard rules 2019-02-13 10:07:27 -08: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
Sebastian Kaspari 5f8a15e9ae Introduce aarch64 flavor and publish nightly build. 2019-02-13 08:59:31 -08:00
Sebastian Kaspari 08fc3c0d3a Update GeckoView Nightly to 67.0.20190213102848 (Following A-C). 2019-02-13 08:56:28 -08:00
Sebastian Kaspari 0f9e243620 Update to Mozilla Android Components 0.43.0-SNAPSHOT. 2019-02-13 08:56:28 -08:00
Emily Kager ffd3049d99 Closes #463 - Add attr for home divider color for private mode theming 2019-02-12 17:14:27 -08:00
Jeff Boek 2fa814947a Fixes #390 - Gives Fenix the ability to respond to the assist intent 2019-02-12 17:02:21 -08:00
Jeff Boek 6f25b1cadd Fixes the library list item layout 2019-02-12 16:44:25 -08:00
Emily Kager 6cc8d433fc Closes #459 - Remove redundant awesome bar in browser fragment 2019-02-12 16:39:22 -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 c3e8e83776 Enable Proguard plus optimizations for release 2019-02-12 14:20:06 -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 babe5d7d9b For #355 - Adds favicon and menu placeholder 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
Jeff Boek 0b147d8956 For #355 - Adds the history fragment and the ability to navigate to it 2019-02-12 13:44:09 -08:00
Emily Kager 96853c978e Closes #451 - Update to Navigation Beta 2 2019-02-12 14:02:48 -06:00
Sawyer Blatz d543d776b1 Closes #438: Adds dynamic nav bar color 2019-02-12 13:56:43 -06:00
Sawyer Blatz 616af429dd Fixes #434: Settings visible in private mode 2019-02-12 11:49:10 -06:00
Emily Kager 94b52beab2 Remove unnecessary is inside when for objects 2019-02-11 16:21:14 -08:00
Emily Kager 414cf16658 Closes #436 - Make Toolbar Menu Item When Exhaustive 2019-02-11 16:21:14 -08:00
Emily Kager ed723557e9 Closes #440 - Set Find in Page colors from theme attrs 2019-02-11 16:20:16 -08:00
Sawyer Blatz 8347c82030
Fixes #433: Corrects URL text field color (#437) 2019-02-11 14:24:51 -08:00
Colin Lee 5dcf4e5a5f Fixes #427: Browser toolbar does not auto-hide if ANY accessibility on 2019-02-11 10:27:08 -08:00
Colin Lee cbb26cb45f Handle multitasking via toolbar actions 2019-02-09 21:11:30 -06:00
Colin Lee f09dc2453f Fixes #351 Create home screen component for multitasking 2019-02-09 15:52:10 -06:00
Emily Kager 77883c0f30 Closes #403 Use Fragments for Navigation, Add Toolbar to HomeActivity 2019-02-08 12:57:38 -08:00
Sebastian Kaspari cf260e4b8d Use ViewBoundFeatureWrapper and BackHandler from the base component. 2019-02-08 12:00:11 -08:00
Sawyer Blatz 97a3b3c1b3 Closes #322: Adds missing string descriptions 2019-02-08 11:48:56 -08:00
Sawyer Blatz a4fe413537 Closes #412: Enforces consistent naming in colors.xml 2019-02-08 12:53:16 -06:00
Sawyer Blatz 3ff95880eb
Closes #358: Adds local history to AwesomeBar (#413) 2019-02-08 09:55:30 -08:00
Sawyer Blatz d09dc149ed
Closes #363 & Closes #364: Adds private browsing theme (#405)
* For #345 #346 - Adds private browsing theme

Co-authored-by: Sawyer Blatz <sdblatz@gmail.com>

* Abstracts theme management

* Theme browser toolbar

* Remove unused imports

* Begin work on sharedPreferences

* fix lint

* #346 - Refactors ThemeManager to take a callback

* Adds clean status bar and nav bar

* lint

* Themes settings icons better

* Small clean up
2019-02-08 09:43:17 -08:00