Hai Zhang
Hai Zhang
See https://github.com/zhanghai/MaterialFiles/issues/1161 : ``` W/IPC ( 4892): Failed to create package context as user: 0 W/IPC ( 4892): java.lang.NoSuchMethodException: of [int] W/IPC ( 4892): at java.lang.Class.getDeclaredMethod(Class.java:638) W/IPC ( 4892): at...
**Description:** `TextInputLayout.updateEditTextHeightBasedOnIcon()` may set a wrong minimum height that lingers around. This is basically another way to reproduce #3451 where 4a2654a didn't fix the issue. **Expected behavior:** `TextInputLayout` should resize...
While respecting paddingTop/Bottom is good, `RecyclerView` does draw in the padding if `clipToPadding="false"` is specified (and this is important for use cases like reserving some bottom space for a FAB,...
Thanks for creating this library! I'm working on SMB support in an open-source Android file manager called [Material Files](https://github.com/zhanghai/MaterialFiles), and planning to support showing SMB servers available in the local...
This modernizes the code and makes it compilable under Linux. Compiled with `clang++ -Wall` under Linux successfully without warning. Tested with Flowers and it worked. Didn't test the encryption part...
Potential sources: - https://github.com/svenjacobs/leon/tree/main/core-domain/src/main/kotlin/com/svenjacobs/app/leon/core/domain/sanitizer - https://github.com/jparise/chrome-utm-stripper/blob/master/background.js - https://github.com/Smile4ever/Neat-URL/blob/master/data/default-params-by-category.json - https://github.com/lyubomyr-shaydariv/uu-webext/tree/master/src/modules - https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt - https://github.com/brave/adblock-lists/blob/master/brave-lists/clean-urls.json - https://tarnhelm.project.ac.cn/rules.html - https://github.com/AdguardTeam/AdguardFilters/blob/master/TrackParamFilter/sections/general_url.txt - https://github.com/ClearURLs/Rules/blob/master/data.min.json
https://github.com/mwiede/jsch SSHJ has been a bit unstable, and doesn't support #1152. Commons VFS is actually also using JSch according to https://commons.apache.org/proper/commons-vfs/commons-vfs2-examples/dependencies.html . This may depend on #1155 because JSch now...