Closed smopro closed 2 years ago
Minimal sdk for Jetpack Compose is Android 5.0 (API 21) source . Why I have chosen 24 I cannot find out right now but I'm happy to come back and report
Ouch... I love android 4.4... Can you compile this for linux? Or maybe i have another way to read offline your library?
I would love to release a Linux desktop client. For that I would read/use the man pages installed on the system which will take a bit longer to implement
Why not use an existing library from the site? I use man pages not for all installations - some reasons: embedded, miniman instalations. It would be convenient to search for what you need in a single place, especially when you don’t remember or have no idea how to correctly compose a search query. Or just tell me how to compile information from the site into a single fb2 or local html book for reading not only in your application, but also in the console or any reader
That's a good point. Would probably be great to have the option to choose between installed mans and preshipped. Would be necessary to have that "option" for the Mac and windows client anyway.
To build a simple console application should be really easy. I will dig into it when I have time
Thx) Console application can be run in terminal emulator on android too)
I hacked together a very basic functionality. Needs some polish before I can release it.
Simple version of CLI is available under the latest release https://github.com/SimonSchubert/LinuxCommandLibrary/releases/tag/v3.0.2
In will try to create a github action to build the jar automatically when I have time.
Just for book you make minimal android 7??? What bad in 4.4?