Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -1,4 +1,4 @@
 Awesome RxJava !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 Awesome RxJava !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 (http://reactivex.io/)
@@ -13,7 +13,8 @@
⟡ rx-preferences (https://github.com/f2prateek/rx-preferences) - Reactive SharedPreferences for Android.
⟡ RxPermissions (https://github.com/tbruyelle/RxPermissions) - Android M runtime permissions powered by RxJava.
⟡ SQLBrite (https://github.com/square/sqlbrite) - A lightweight wrapper around SQLiteOpenHelper and ContentResolver which introduces reactive stream semantics to queries.
⟡ Android-ReactiveLocation (https://github.com/mcharmas/Android-ReactiveLocation) - Small library that wraps Google Play Service API in brilliant RxJava Observables reducing boilerplate to minimum.
⟡ Android-ReactiveLocation
 (https://github.com/mcharmas/Android-ReactiveLocation) - Small library that wraps Google Play Service API in brilliant RxJava Observables reducing boilerplate to minimum.
⟡ ReactiveNetwork (https://github.com/pwittchen/ReactiveNetwork) - Android library listening network connection state and change of the WiFi signal strength with RxJava Observables.
⟡ ReactiveSensors (https://github.com/pwittchen/ReactiveSensors) - Android library monitoring hardware sensors with RxJava Observables.
⟡ RxPalette (https://github.com/hzsweers/RxPalette) - RxJava bindings for the Palette library on Android.
@@ -54,8 +55,8 @@
⟡ Rx glitches aren't actually a problem
 (http://staltz.com/rx-glitches-arent-actually-a-problem.html) - Glitches are temporary inconsistencies emitted by Observables. André Staltz looks at why it's not really a problem.
⟡ RxJava's repeatWhen and retryWhen, explained (http://blog.danlew.net/2016/01/25/rxjavas-repeatwhen-and-retrywhen-explained/) - repeatWhen and retryWhen are fairly baffling at first glance. Dan Lew explains the
operators in depth.
⟡ RxJava's repeatWhen and retryWhen, explained (http://blog.danlew.net/2016/01/25/rxjavas-repeatwhen-and-retrywhen-explained/) - repeatWhen and retryWhen are fairly baffling at first glance. 
Dan Lew explains the operators in depth.
⟡ RxJava - The Problem with Subjects (http://tomstechnicalblog.blogspot.co.uk/2016/03/rxjava-problem-with-subjects.html) - Thomas Nield explains why Subject is not a panacea.
Tools