Commit Graph

708 Commits (fad6417c16a5533d57140f8786fd7071ca5766c7)

Author SHA1 Message Date
MickeyMoz fad6417c16 Update to Android-Components 75.0.12. 3 years ago
MickeyMoz e8c43d1bf1 Update to Android-Components 75.0.11. 3 years ago
MickeyMoz de45fe7c1f Update to Android-Components 75.0.10. 3 years ago
MickeyMoz 8bb7454202 Update to Android-Components 75.0.9. 3 years ago
MickeyMoz b9920fa428 Update to Android-Components 75.0.8. 3 years ago
MickeyMoz fc1fa6ce78 Update to Android-Components 75.0.7. 3 years ago
Sebastian Kaspari 5d500a1d66 Issue #19040: Remove Leanplum (Beta) 3 years ago
MickeyMoz 392bcb0a89 Update to Android-Components 75.0.6. 3 years ago
MickeyMoz ff1628a058 Update to Android-Components 75.0.5. 3 years ago
MickeyMoz e814f496ac Update to Android-Components 75.0.3. 3 years ago
MickeyMoz 12bcf03a4f Update to Android-Components 75.0.2. 3 years ago
github-actions[bot] d453c9cb91
Update to Android-Components 75.0.1. (#19153)
Co-authored-by: MickeyMoz <sebastian@mozilla.com>
3 years ago
Roger Yang 38788f1156 Update to Android-Components 75.0.0. 3 years ago
Arturo Mejia 48b10c2028 Update Android Components version to 75.0.20210420143145. 3 years ago
MickeyMoz 48460ce42c Update Android Components version to 75.0.20210419143149. 3 years ago
Ryan VanderMeulen 5872d7a849
Update A-C to 75.0.20210417143049 (#19097) 3 years ago
Ryan VanderMeulen 1a36230a85
Update A-C to 75.0.20210416190104 (#19083) 3 years ago
Julien Cristau 6d862c989a Update A-C to 75.0.20210415213638 3 years ago
Stefan Arentz 0d37471b0a
Update A-C to 75.0.20210415143144 (#19069) 3 years ago
Christian Sadilek 72230377f4 Upgrade to Android Components 75.0.20210413143139 3 years ago
MickeyMoz 242fb78de1 Update Android Components version to 75.0.20210412143103. 3 years ago
MickeyMoz f50f66a1a4 Update Android Components version to 75.0.20210412114437. 3 years ago
MickeyMoz f6e466175f Update Android Components version to 75.0.20210410143112. 3 years ago
MickeyMoz b17b99eae8 Update Android Components version to 75.0.20210409143104. 3 years ago
MickeyMoz 950072828f Update Android Components version to 75.0.20210407190141. 3 years ago
MickeyMoz 00178e04c6 Update Android Components version to 75.0.20210407143059. 3 years ago
Jonathan Almeida 9078139e40 Close #18774: Migrate mutli-selection to store
Removes the recyclerview-selection library and replaces it with the
SelectionHolder/SelectionInteractor with a Store.

This is an implementation that's similar to what we have in other UI
lists (library).
3 years ago
MickeyMoz f7f6f2333b Update Android Components version to 75.0.20210406143106. 3 years ago
MickeyMoz 86d950bd0d Update Android Components version to 75.0.20210405143037. 3 years ago
MickeyMoz 1632e981e4 Update Android Components version to 75.0.20210403190112. 3 years ago
MickeyMoz a4baa49d59 Update Android Components version to 75.0.20210403143100. 3 years ago
MickeyMoz f5c1e082b9 Update Android Components version to 75.0.20210402143051. 3 years ago
MickeyMoz 21c5eba310 Update Android Components version to 75.0.20210401143103. 3 years ago
Mugurell 304e471801 For #18617 - Use the new EngineView#getInputResultDetail()
All functionality should remain the same.
3 years ago
MickeyMoz 69dbbdd122 Update Android Components version to 75.0.20210329143119. 3 years ago
MickeyMoz ec07eec62f Update Android Components version to 75.0.20210328204653. 3 years ago
MickeyMoz db873719be Update Android Components version to 75.0.20210328143118. 3 years ago
Jonathan Almeida 9ce4adaa32 Close #18443: Use recyclerview-selection for multi-select mode in tray
Add multi-select mode to the BrowserTabsAdapter. It has the
functionality to:
 - Enable multi-select mode on long-press.
 - Enable multi-select mode when changed by an external function.
 - Only works for normal tabs (as we currently have it).

Co-authored-by: "codrut.topliceanu" <codrut.topliceanu@softvision.ro>
3 years ago
MickeyMoz fc220da336 Update Android Components version to 75.0.20210324143047. 3 years ago
Elise Richards 559cf54798
For #17190: notifications are updated when locale is changed (#18179)
* Add intent processor for locale changes

* Recreate notification and notify in the service

* Use locale use cases to update notification

* Use notification id instead of tag

* Add locale use cases and restore locale in application

* Send locale to service instead of string

* Controller tests for locale

* Update Android Components version to 74.0.20210323143308

Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
3 years ago
MickeyMoz 5c0c4117b5 Update Android Components version to 74.0.20210322143147. 3 years ago
MickeyMoz 25522be9dd Update Android Components version to 74.0.20210321143134. 3 years ago
Stefan Arentz b12222503b
[SDK-218] Nimbus updates to provide app_name and channel (#18559)
* [SDK-218] Nimbus updates to provide app_name and channel

Provides the `app_name` and `channel` info to Nimbus.

* Update to A-C Nightly 74.0.20210319190549

Co-authored-by: Travis Long <tlong@mozilla.com>
3 years ago
MickeyMoz 70c3e1777b Update Android Components version to 74.0.20210318232824. 3 years ago
mcarare f9a52af98d No issue: Update Android Components version to 74.0.20210318143143
Replaces deprecated method setToolbarColor(Int) in CustomTabsIntent.Builder.
3 years ago
MickeyMoz 2fcc145394 Update Android Components version to 74.0.20210316190202. 3 years ago
Sebastian Kaspari 4f526b7af6 Issue #17819: buildSrc: Use Maven Central instead of JCenter and use artifact cache. 3 years ago
Gabriel Luong 35bae17e86 For #18408 - Add a lazy getter for AutofillCreditCardsAddressStorage 3 years ago
MickeyMoz 06af3a7d04 Update Android Components version to 74.0.20210316143123. 3 years ago
Sebastian Kaspari 8856a3c1d7 Integrate Android Autofill support into Nightly and debug builds. 3 years ago