Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Releases: novoda/notils

v2.2.13

23 Jul 10:12
Compare
Choose a tag to compare
  • TextWatcher simple implementation (#61)
  • ContentResolver Query utils (#62)

v2.2.12

12 Jun 11:00
Compare
Choose a tag to compare

Add Links in AndroidStudio LogCat #60

v2.2.11

12 Nov 15:37
Compare
Choose a tag to compare

Releasing to JCenter

v2.2.10

13 Aug 10:12
Compare
Choose a tag to compare
  • add DeveloperError
  • add Thread Safe SimpleDateFormat

v2.2.9

29 Jul 09:50
Compare
Choose a tag to compare

Adds setters and getters for show-logs on Log class.
This deprecates the direct access to Log.SHOW_LOGS to switch logs on/off. Use Log.setShowLogs(bool) instead.

v2.2.8

23 Jul 23:16
Compare
Choose a tag to compare

Fixes NPE in NonStackingToastDisplayer class when cancelling old Toasts.

v2.2.7

21 Jul 15:54
Compare
Choose a tag to compare

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

28 Feb 15:53
Compare
Choose a tag to compare

Fixes a bug in v2.2.2 where the ExternalUrlWebViewActivity won't show it's view.

v2.2.2

06 Feb 12:27
Compare
Choose a tag to compare

Adds resource loading to raw web view

v2.2.1

06 Feb 11:54
Compare
Choose a tag to compare
  • 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)