2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00
Commit Graph

1038 Commits

Author SHA1 Message Date
Emily Kager
cca46dc846 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2289 - Null out pending job on undo (https://github.com/mozilla-mobile/fenix/pull/2303) 2019-05-06 16:38:53 -05:00
Emily Kager
294b8fa1c7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2068 - Create QAS initial state (https://github.com/mozilla-mobile/fenix/pull/2298) 2019-05-06 16:38:32 -05:00
Sawyer Blatz
b97b6016fb [fenix] No issue: Removes broken shadow in collection creation (https://github.com/mozilla-mobile/fenix/pull/2300) 2019-05-06 14:33:58 -07:00
Vlad Filippov
795b7c3cf0 [fenix] Update the deprecated BitmapDrawable constructor (https://github.com/mozilla-mobile/fenix/pull/2308) 2019-05-06 21:32:08 +00:00
Sawyer Blatz
b52e4616e0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2205: Adds collections view to home fragment (https://github.com/mozilla-mobile/fenix/pull/2249)
* For https://github.com/mozilla-mobile/fenix/issues/1574: Adds collections to home view

* Adds colored icons and expansion

* Adds state change

* Adds more styling

* Adds ItsNotBrokenSnacks

* Adds chevron

* Improves styling of swipe to delete and adds delete action

* Fix nits

* Try to add real saving
2019-05-06 11:20:19 -07:00
Mitchell Hentges
9a50f00054 [fenix] Updates Fenix taskcluster tasks to support beta release (https://github.com/mozilla-mobile/fenix/pull/1893)
* Updates Fenix taskcluster tasks to support beta release

* Throw error if -PversionName isn't set for release builds

* Uses beta secrets for beta

* Improves nightly and beta treeherder symbols
2019-05-06 19:09:29 +02:00
Mitchell Hentges
cb42f4897d [fenix] Fixes "assemble raptor" task failing to upload artifacts (https://github.com/mozilla-mobile/fenix/pull/2258) 2019-05-06 10:37:52 -05:00
Rob Wood
78a27648d9 [fenix] Disable Raptor fenix arm7 jobs on the pixel 2 (https://github.com/mozilla-mobile/fenix/pull/2272) 2019-05-05 10:16:18 -05:00
Emily Kager
acc510334d [fenix] For https://github.com/mozilla-mobile/fenix/issues/2277 - Clean up threading for session control with undo (https://github.com/mozilla-mobile/fenix/pull/2281) 2019-05-05 09:54:45 -05:00
Stefan Arentz
a78fd9a648 [fenix] Update GeckoView Nightly and Beta (https://github.com/mozilla-mobile/fenix/pull/2270) 2019-05-03 20:54:58 -05:00
Christian Sadilek
479a452f4a [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/910: Integrate feature-readerview component (https://github.com/mozilla-mobile/fenix/pull/2269)
Closes https://github.com/mozilla-mobile/fenix/issues/908, Closes https://github.com/mozilla-mobile/fenix/issues/910, Closes https://github.com/mozilla-mobile/fenix/issues/911, Closes https://github.com/mozilla-mobile/fenix/issues/912

Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
2019-05-03 21:01:45 +00:00
Christian Sadilek
49611b34c8 [fenix] Upgrade to A-C 0.52.0-SNAPSHOT, GV 68.0.20190429095544 and Kotlin 1.3.30 2019-05-03 09:38:48 -07:00
Emily Kager
969325b3a1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1694 - Show Snackbar with Undo When Tab is Closed (https://github.com/mozilla-mobile/fenix/pull/2246) 2019-05-03 09:41:44 -05:00
Alessio Placitelli
d353bf344f [fenix] Generate the activation ping and send it with Glean (https://github.com/mozilla-mobile/fenix/pull/1707)
This fetches the Google Advertising ID, salts it and
then applies hashing before sending a ping with it,
at startup. Hashing and salting are used in order
to prevent ourselves to correlate advertising IDs
from the same user running different products we
own off a single device. We will never send the
client_id and the Google Advertising ID in the same
ping.
2019-05-03 09:40:21 -05:00
vladikoff
8a50f1c19c [fenix] Initial view for the "Turn on Sync" fragment
UX: https://mozilla.invisionapp.com/share/QSR2F8UD4PN#/screens/357470308
2019-05-02 15:05:40 -07:00
Emily Kager
5bdc6653a4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2035 - Fixes a11y and loading toolbar behavior logic (https://github.com/mozilla-mobile/fenix/pull/2243) 2019-05-02 16:28:57 -05:00
Emily Kager
7a44428d56 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1720 - Dismiss QuickSettings when report a problem invoked (https://github.com/mozilla-mobile/fenix/pull/2242) 2019-05-02 16:27:56 -05:00
Colin Lee
5d4f29c33f [fenix] No issue: Fix QAB handle lingering onscreen (https://github.com/mozilla-mobile/fenix/pull/2244) 2019-05-02 16:25:17 -05:00
Emily Kager
87a5ebc722 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2225 - Don't pass click events under find in page bar 2019-05-02 13:33:07 -07:00
Emily Kager
b08e6cdcad [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2239 - emit session changes in onstart (https://github.com/mozilla-mobile/fenix/pull/2240) 2019-05-02 15:13:59 -05:00
Colin Lee
9281be3341 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2206: Quick Action Bar fixes, do not hide, add shadow, peek initially (https://github.com/mozilla-mobile/fenix/pull/2238) 2019-05-02 15:08:49 -05:00
Emily Kager
6919cf294e [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2183 - Pass view's parent to Tab Counter SessionManager observer (https://github.com/mozilla-mobile/fenix/pull/2237) 2019-05-02 14:36:22 -05:00
Emily Kager
396747ee0a [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2182 - Do not invoke sessionmanager callbacks (https://github.com/mozilla-mobile/fenix/pull/2236) 2019-05-02 14:35:38 -05:00
Emily Kager
7131b05295 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2230 - Persist Theme Through RadioButtonPreference (https://github.com/mozilla-mobile/fenix/pull/2235) 2019-05-02 14:34:48 -05:00
Emily Kager
823fcbb39a [fenix] No issue: Remove plurals strings (https://github.com/mozilla-mobile/fenix/pull/2234) 2019-05-02 14:32:49 -05:00
jhugman
1d4e9fc212 [fenix] Fixes 1689 - Add sessionManager and sessionId to custom tabs menu and toolbar. (https://github.com/mozilla-mobile/fenix/pull/2229) 2019-05-02 14:32:04 -05:00
Emily Kager
7c18d2e86d [fenix] For https://github.com/mozilla-mobile/fenix/issues/2214 - Use Settings + SharedPreferences for Private Mode (https://github.com/mozilla-mobile/fenix/pull/2215)
* For https://github.com/mozilla-mobile/fenix/issues/2214 - Use Settings + SharedPreferences for Private Mode

* Update other values to use SharedPreferences
2019-05-02 10:59:13 -05:00
Emily Kager
4daed08091 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1573 - Polish Collections UI Component (https://github.com/mozilla-mobile/fenix/pull/2212)
* Adds Keyboard resuming, Snackbar verification, layout edits to collections

Adds Keyboard resuming, Snackbar verification, layout edits to collections

* Adds new strings for collections/tabs management

* Adds constraintsets, hides checkboxes, adds scrim

* Update strings to plurals
2019-05-02 10:53:40 -05:00
Mitchell Hentges
e70c6be55f [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1566, https://github.com/mozilla-mobile/fenix/issues/2076 (https://github.com/mozilla-mobile/fenix/pull/2194) 2019-05-02 14:08:31 +00:00
Emily Kager
09239d9187 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2181 - Select session again after restoring (https://github.com/mozilla-mobile/fenix/pull/2213) 2019-05-01 20:23:15 -05:00
Colin Lee
343ae2fcfe [fenix] For https://github.com/mozilla-mobile/fenix/issues/1966: back button from multi-selection toolbar should cancel (https://github.com/mozilla-mobile/fenix/pull/2207) 2019-05-01 16:20:59 -05:00
Colin Lee
289bc6bcfc [fenix] For https://github.com/mozilla-mobile/fenix/issues/1702: Multiple selection toolbar replaced with "fragment_home' (https://github.com/mozilla-mobile/fenix/pull/2204) 2019-05-01 13:52:06 -05:00
Colin Lee
2059df7c67 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1967: Multi-selection toolbar should disappear after deleting (https://github.com/mozilla-mobile/fenix/pull/2202) 2019-05-01 13:51:37 -05:00
Colin Lee
be423d1108 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2083: Bookmarks in "Your Library" appear as "bookmarked" style (https://github.com/mozilla-mobile/fenix/pull/2201) 2019-05-01 13:20:57 -05:00
Colin Lee
93aed2ebe0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1586: Behavior when adding a duplicate bookmark (https://github.com/mozilla-mobile/fenix/pull/2195) 2019-05-01 12:21:28 -05:00
Colin Lee
4a58a8ece1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1870: Copy bookmark folder does nothing (https://github.com/mozilla-mobile/fenix/pull/2193) 2019-05-01 12:21:13 -05:00
Emily Kager
7d782bfd31 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1556 - Add back button to LibraryFragment (https://github.com/mozilla-mobile/fenix/pull/2200) 2019-05-01 12:07:38 -05:00
Colin Lee
f5614eb93a [fenix] No issue: refresh after undoing bookmark deletion (https://github.com/mozilla-mobile/fenix/pull/2198) 2019-05-01 12:07:03 -05:00
Colin Lee
809cf9bb6c [fenix] For https://github.com/mozilla-mobile/fenix/issues/1862: deleting a bookmark item not hiding it immediately (https://github.com/mozilla-mobile/fenix/pull/2188) 2019-05-01 08:14:00 -05:00
Emily Kager
65ca28a7b2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1573 - Create Save to Collection Component and Views 2019-04-30 23:03:54 -07:00
Arturo Mejia
5d452b9c10 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1414: Fixed site permissions settings getting reset in Android 6. (https://github.com/mozilla-mobile/fenix/pull/2177) 2019-04-30 20:05:50 -05:00
Emily Kager
9739f7ab8a [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2156 - Update theme for selected session in BrowserFragment (https://github.com/mozilla-mobile/fenix/pull/2171) 2019-04-30 20:04:16 -05:00
Axel Hecht
fab9ef7f15 [fenix] Import strings from android-l10n (https://github.com/mozilla-mobile/fenix/pull/2158)
Status: mozilla-l10n/android-l10n@68b2689e48
2019-04-30 20:02:57 -05:00
Will Hawkins
2cac9e5a93 [fenix] Feature https://github.com/mozilla-mobile/fenix/issues/2088: Async load the default search engine icon at startup (https://github.com/mozilla-mobile/fenix/pull/2113) 2019-04-30 19:45:56 -05:00
Colin Lee
9ccb8b15ef [fenix] For https://github.com/mozilla-mobile/fenix/issues/1932: Crash on telemetry setting change when unattached (https://github.com/mozilla-mobile/fenix/pull/2124) 2019-04-30 19:27:01 -05:00
Emily Kager
015f22a7b9 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2163 - Check if bookmark title is null or blank 2019-04-30 14:33:42 -07:00
Emily Kager
dac283270c [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2176 - Removes divider after library in browsing menu 2019-04-30 14:33:30 -07:00
Emily Kager
438461a75e [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2172 - Tint Share Icon in Custom Tab Menu 2019-04-30 14:33:16 -07:00
Emily Kager
e2e6c30da7 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2168 Closes https://github.com/mozilla-mobile/fenix/issues/2170 - Catch ClassCastException for non bool prefs 2019-04-30 11:41:06 -07:00
Vesta Zare
7bb92003ea [fenix] Updates feature request template (https://github.com/mozilla-mobile/fenix/pull/2155) 2019-04-30 07:36:27 -07:00