Releases: novoda/simple-chrome-custom-tabs
Releases · novoda/simple-chrome-custom-tabs
0.1.6
- replaces DeveloperError from Notils with IllegalStateException from std lib; removes notils dependency #40
- if you're catching
DeveloperError
, you'll need to catch IllegalStateException
instead, then open an issue to help us understand why this state is being entered 😅
0.1.5
This release includes:
- There is no need to call SimpleChromeCustomTabs.initialize(context);
- The library doesn't hold a static reference to the context anymore
PRs included:
- Remove static initialiser #37
0.1.4
- Shields against a potential memory leak when navigation and intent customizer callbacks are not released.
- Fix
java.lang.NotSuchMethodError
when navigating on Android 7.1 as per #29
0.1.3
- Shields against a crash causing problems when unbinding from
CustomTabsService
when already disconnected as discussed on #16
- Include functionality for
maylaunchUrl()
as per discussed on #2 . Done in #23
- Includes default SHARE menu item as per #24
0.1.3 RC1
Attempt to fix #16 by:
- Avoid crashing when unbinding from service.
- Use application context for binding / unbinding service.
Remove RX dependencies
This releases a RX-free SimpleChromeCustomTabs
. The usage of RX was almost anecdotical and it was worth to remove it.
0.1.1
Initial public release
see README for features