mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
docs: Sync changelog and add fixme note
This commit is contained in:
parent
b3fbc0bf39
commit
0d264026cf
2 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,7 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co
|
||||||
- Fixed Keyboard is covering web page inputs
|
- Fixed Keyboard is covering web page inputs
|
||||||
- Increased `tryToSetForeground` delay to fix potential crashes (@nonproto)
|
- Increased `tryToSetForeground` delay to fix potential crashes (@nonproto)
|
||||||
- Update dependency org.conscrypt:conscrypt-android to v2.5.3
|
- Update dependency org.conscrypt:conscrypt-android to v2.5.3
|
||||||
|
- Port upstream's download cache system
|
||||||
|
|
||||||
## [1.8.5.13]
|
## [1.8.5.13]
|
||||||
|
|
||||||
|
|
|
@ -199,6 +199,7 @@ class DownloadCache(
|
||||||
_isInitializing.emit(true)
|
_isInitializing.emit(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME: Wait for SourceManager to be initialized
|
||||||
val sources = getSources()
|
val sources = getSources()
|
||||||
|
|
||||||
val sourceMap = sources.associate { provider.getSourceDirName(it).lowercase() to it.id }
|
val sourceMap = sources.associate { provider.getSourceDirName(it).lowercase() to it.id }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue