This repository was archived by the owner on Feb 11, 2022. It is now read-only.
Releases: novoda/notils
Releases · novoda/notils
v2.2.13
v2.2.12
v2.2.11
v2.2.10
v2.2.9
v2.2.8
v2.2.7
Adds new ToastDisplayers
factory, producing ToastDisplayer
objects.
- see
ToastDisplayers.noPendingToastsToastDisplayer()
for a Toast(er) implementation that cancels any pending toasts when the next one is requested. This prevents massive queues of obsolete messages.
v2.2.4
v2.2.2
Adds resource loading to raw web view
v2.2.1
- AndroidUtils, for showing the keyboard, checking running services etc
- ClassCaster - to help with listeners between Activitys & Fragments
- No need to cast when referencing Views / Fragments
- No need to double type your types when creating collections
- Simple Fade animations in & out done for you
- Logging Novogger & Simple Log to give to give automatic details of where the Log executed
- StrictMode Management - enable strict mode in one line
- WebViews , allowing custom loading of different scenarios (raw assets, external urls)