mcarare
063c553913
Bug 1849833 - Replace deprecated compileSdkVersion.
...
This is replaced by defaultConfig compileSdk.
2023-09-11 06:36:20 +00:00
Ryan VanderMeulen
0e5e70291c
Bug 1820233 - Remove unneeded kotlin_stdlib inclusions and re-enable Werror in detekt build.gradle
2023-03-07 00:12:18 +00:00
mcarare
1f589a2e0b
Bug 1802817 - Set namespace via DSL in gradle build files.
...
See https://developer.android.com/studio/build/configure-app-module#set-namespace
and https://issuetracker.google.com/issues/172361895
2023-03-02 17:13:09 +00:00
mcarare
922b5f6643
Bug 1802817 - Rename AC Dependencies to ComponentsDependencies.
...
This change is needed in order to avoid clashes with Dependencies class introduced
in Gradle from 7.6 version.
2023-03-02 17:13:09 +00:00
Christian Sadilek
4091b14a33
Fix android lint in composite builds
2022-11-21 13:40:53 -05:00
Gabriel Luong
d9d783b698
[components] Issue https://github.com/mozilla-mobile/android-components/issues/12939 : Address all ktlint issues
2022-10-17 17:07:40 -04:00
Jonathan Almeida
8c76be9d8c
[components] Issue https://github.com/mozilla-mobile/android-components/issues/11012 : Use TabSessionState directly in feature-tabs
...
Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com >
2021-10-25 13:19:32 +00:00
Jonathan Almeida
d53a5a0971
[components] Close https://github.com/mozilla-mobile/android-components/issues/11108 : Remove internal DiffUtil from TabsTray
2021-10-08 01:51:05 +00:00
Jonathan Almeida
1f269a2455
[components] No issue: Expose createdAt through tabstray
2021-09-30 12:00:30 -04:00
Roger Yang
cefdf5b689
[components] Forward search terms to Tabs Tray Tabs
2021-09-08 23:03:29 +00:00
Jonathan Almeida
b11afae9ca
[components] Close https://github.com/mozilla-mobile/android-components/issues/10601 : Add lastAccess to Tab in TabsTray
2021-07-14 19:01:54 +00:00
Jonathan Almeida
6437a61988
[components] Add private flag to TabsTray Tab
...
When presenting the tray, embedders want to be able to style or react
differently to private tabs. Instead of them querying this value for
each tab, we can just provide it in the `Tab` abstraction of the tray.
2021-03-19 18:40:14 +00:00
Sebastian Kaspari
282f5e3aef
[components] Remove old media APIs.
2021-02-10 13:02:22 +00:00
Mugurell
33fbf4e99d
[components] For https://github.com/mozilla-mobile/android-components/issues/8893 - Support temporary hiding if a tab is selected
...
Clients interested in this should:
- use partial bindings with PAYLOAD_(DONT_)HIGHLIGHT_SELECTED_ITEM
- override TabsAdapter#isTabSelected for new item bindings
- override TabViewHolder#updateSelectedTabIndicator
2020-12-08 14:30:18 +00:00
Roger Yang
d5392af1e7
[components] Closes https://github.com/mozilla-mobile/android-components/issues/8743 , closes https://github.com/mozilla-mobile/android-components/issues/8886 : Use MediaSesssion API in Media Notification
2020-11-18 11:09:19 +00:00
Jonathan Almeida
96b8e4047f
[components] Close https://github.com/mozilla-mobile/android-components/issues/8115 : Add onTabsUpdated to TabsTray.Observer
2020-08-18 18:54:38 -04:00
Jonathan Almeida
9a50e9b6f7
[components] Close https://github.com/mozilla-mobile/android-components/issues/7313 : Use storage/loader to get thumbnails
...
We were seeing odd bugs and performance issues from trying to map the
disk cache into the TabsTrayPresenter.
A better solution, would be to load the thumbnails straight from the
cache, and incremental updates via the store.
2020-06-12 12:30:10 -04:00
Gabriel Luong
bffa57d108
[components] Issue https://github.com/mozilla-mobile/android-components/issues/7021 : Integrate the ThumbnailDiskCache with BrowserThumbnails
2020-05-28 16:56:20 -04:00
Jeff Boek
60a594d35b
[components] For https://github.com/mozilla-mobile/android-components/issues/6907 - Adds Media.State to concept-tabstray
...
- Maps MediaState from BrowserState when creating the Tabs list
2020-05-12 09:00:18 -07:00
Sebastian Kaspari
4dc2b68f89
[components] Closes https://github.com/mozilla-mobile/android-components/issues/5965 : Migrate concept-tabstray, browser-tabstray and feature-tabs to use browser-state.
2020-02-24 09:52:41 +01:00
Mitchell Hentges
8fd19cdf3a
[components] Moves description to be part of project.ext
2019-01-11 10:08:32 +01:00
Mitchell Hentges
3ee4d96a84
[components] Reads componentsVersion from .buildconfig.yml
2019-01-11 10:08:32 +01:00
ali-abdullah
89f3263d12
[components] included buildSrc in ktlint and detekt checks
2018-11-16 12:40:04 +01:00
Sebastian Kaspari
53b3d1a71f
[components] Update repository information in README files.
2018-10-25 15:37:46 +02:00
Sebastian Kaspari
9e17b84339
[components] Simplify build configuration.
2018-10-24 10:21:12 +02:00
Wajahat Karim
ed0729232c
[components] Closes https://github.com/mozilla-mobile/android-components/issues/922 : Update READMEs to point to maven.mozilla.org and use new artifact names.
2018-10-03 09:20:43 +02:00
Sebastian Kaspari
946410ca86
[components] Configure dependencies from buildSrc Kotlin code.
2018-08-21 11:16:21 -04:00
Sebastian Kaspari
21909c425a
[components] Issue https://github.com/mozilla-mobile/android-components/issues/482 : Introduce support-base component to host building blocks of components.
2018-08-01 16:18:26 +02:00
Sebastian Kaspari
b82f95fef5
[components] Fix artifact ids of concept-tabstray and browser-tabstray modules.
2018-07-06 14:57:11 -04:00
Sebastian Kaspari
ea77876b0c
[components] Issue https://github.com/mozilla-mobile/android-components/issues/174 : Create concept-tabstray component.
2018-07-04 21:26:21 +02:00