taTogaLib history
release 2024-12-06
- Implemented TaWebView for Android
release 2024-08-15
- Added TaWebView, which adds navigation monitoring and blocking for Windows
release 2024-08-07
- Added SysArgv, yet another commandline parser
- Added seek and tell for UriInputStream on Android. Works now for reading ZipFiles, but inefficiently
- Fixed documentation for TaButton
- Fixed a bug in UriOutputStream.write() where the bytes written was not returned
release 2024-02-23
- Added TaButton, a plug-in replacement for toga.Button, which supports Icons with user-defined size
release 2024-02-11
- Added MIME type for APK to Android implementation of UriFileBrowser
- Added TaSelection, a plug-in replacement for toga.Selection, which implements set_font() for Android
release 2024-01-10
- Changed system.Clipboard into a singleton
- Adjusted the clipboard example
- Fixed Clipboard.get_text(): it now correctly returns a str
- Fixed clipboard module for Windows
- Fixed UriInputStream.read() and readall() for older Android versions
- Fixed notification module for Windows
release 2023-12-29
- Added UriFile.from_path() for Windows
- Added UriFile.get_path() for Windows
- Fixed UriFile.ospath_to_uristring() for relative paths
- Removed system.get_startup_arguments() because sys.argv is already supported in Toga (also for Android)
release 2023-12-20
- Added system.get_platform()
- Added system.get_file_roots() for Android
- Added system.get_startup_arguments()
- Added UriFile.from_path() for Android
- Added UriFile.get_path() for Android
- Added UriFile.get_authorized_uristring() for Android
- Added UriFile.get_persisted_permissions() for Android
- Added UriFile.get_uristring()
- Added UriFile.release_persisted_access() for Android
release 2023-11-10
- Adjusted the library, so it works again with Toga 0.4
- Added example apps for
- Clipboard
- Multi-Window handling