Ian Baker
87d8ca0af2
Reformat some javadoc
2022-02-18 15:02:33 +00:00
andrewlewis
0ad1cdbfa1
Tidy READMEs
...
PiperOrigin-RevId: 405598530
2021-10-26 14:08:21 +01:00
olly
d601875452
Rename releaseArtifact to releaseArtifactId
...
PiperOrigin-RevId: 404059404
2021-10-18 22:45:47 +01:00
olly
8827ccb568
Upgrade to WorkManager release compatible with Android 12
...
Issue #9181
#minor-release
PiperOrigin-RevId: 403049218
2021-10-14 12:19:53 +01:00
olly
67f9f18d8d
README updates for remaining ExoPlayer modules
...
PiperOrigin-RevId: 402287125
2021-10-12 19:32:32 +01:00
olly
69f2692389
Register modules with common
...
PiperOrigin-RevId: 402267733
2021-10-11 14:18:37 +01:00
olly
e4a5c07b5f
Mechanical README cleanups 2
...
PiperOrigin-RevId: 401777730
2021-10-09 18:18:12 +01:00
olly
e7c6ed5e7f
Mechanical README cleanups
...
PiperOrigin-RevId: 401767060
2021-10-09 18:14:36 +01:00
ibaker
ad99a44083
Add empty sdk-version node to all AndroidManifest.xml files
...
PiperOrigin-RevId: 397772916
2021-09-21 14:17:33 +01:00
olly
e345e0a5bc
Upgrade some dependency versions
...
PiperOrigin-RevId: 355508621
2021-02-04 09:57:27 +00:00
ibaker
2371b024dd
Switch to an 'api' dependency on Guava
...
The 'implementation' dependency causes problems when resolving
ListenableFuture in contexts that also include the
com.google.guava:listenablefuture:1.0 dependency.
Issue: #7905
Issue: #7997
Issue: #7993
PiperOrigin-RevId: 337093024
2020-10-17 01:34:15 +01:00
olly
bff7ac0dbe
Clean up some lint warnings
...
PiperOrigin-RevId: 331162350
2020-09-11 17:31:03 +01:00
olly
cdcb30ed21
Exclude Guava transitive annotation dependencies
...
PiperOrigin-RevId: 331148067
2020-09-11 16:01:15 +01:00
olly
df1536ab24
Migrate WorkManagerScheduler to non-deprecated WorkManager.getInstance
...
PiperOrigin-RevId: 322143769
2020-07-24 10:40:33 +01:00
tonihei
4138e28d62
Move common gradle setup to a setting file.
...
This removes a lot of duplication from the module configuration,
avoids divergence, and makes sure that only the important differences
to the default are visible in each module file.
PiperOrigin-RevId: 318024823
2020-06-26 11:13:25 +01:00
olly
c77e300249
Clean up debug logging
...
PiperOrigin-RevId: 314707946
2020-06-04 14:16:22 +01:00
Oliver Woodman
496a315d91
Merge pull request #7395 from jdegroot-dss:add-storage-not-low-requirement
...
PiperOrigin-RevId: 313804207
2020-05-29 18:34:58 +01:00
ibaker
1f125425a8
Add Guava dep to exo-workmanager module
...
This fixes the "cannot access ListenableFuture" build error, even though
it seems on the surface like we shouldn't need a Guava dependency here.
There's more info about what's going on here:
https://blog.gradle.org/guava
PiperOrigin-RevId: 312712991
2020-05-27 18:59:31 +01:00
Joris de Groot
86b31e2954
Added storage not low as download requirement
...
Added monitoring storage levels in RequirementsWatcher
Added dependency on extension-workmanager to the demo app to be able to test with WorkManagerScheduler
Added getSupportedRequirements method to Scheduler interface
Implemented getSupportedRequirements for schedulers
2020-05-19 15:22:43 +02:00
olly
2e51182f53
Update misc dependencies
...
PiperOrigin-RevId: 305503804
2020-04-08 21:49:03 +01:00
tonihei
b5976a55ff
Upgrade Kotlin annotations and fix gradle warnings
...
The new version fixes some warnings in Gradle builds. Also
add missing indirect compileOnly dependencies to fix some more warnings
Issue:issue:#7007
PiperOrigin-RevId: 298855510
2020-03-10 10:19:19 +00:00
ibaker
b6bd57ab12
Replace most usages of @TargetApi with @RequiresApi
...
We keep @TargetApi where the method is a safe no-op on
older versions due to an in-line version check.
PiperOrigin-RevId: 292878727
2020-02-03 11:21:21 +00:00
olly
52edbaa9a3
Update cronet and workmanager dependencies
...
PiperOrigin-RevId: 266803888
2019-09-05 10:48:45 +01:00
tonihei
346f8e670a
Turn on non-null-by-default for most extensions.
...
PiperOrigin-RevId: 261700729
2019-08-05 20:27:43 +01:00
olly
6f014749b3
Upgrade dependency versions
...
PiperOrigin-RevId: 261341256
2019-08-02 18:55:09 +01:00
Oliver Woodman
92532d3ac5
Merge pull request #5617 from loki666:workmanager
...
PiperOrigin-RevId: 248533906
2019-05-20 15:12:57 +01:00
Philippe Simons
6c5a39ac82
android X
2019-04-17 12:42:52 +02:00
Philippe Simons
1c7cbef1b9
use Util.SDK_INT
...
use androidX workmanager
2019-04-17 12:41:10 +02:00
loki666
a2282ad0dd
PR comments update
2019-04-16 18:26:32 +02:00
Philippe Simons
f81efde476
replace current Work since requirements may have changed
2019-03-12 10:14:47 +01:00
Philippe Simons
0ea023047d
add WorkManager extension
2019-03-11 13:22:33 +01:00