Skip to content

Releases: tasomaniac/OpenLinkWith

2.10 - Support Android 12

01 Jan 03:33
Compare
Choose a tag to compare

Support for Android 12 is added.

This will fix issues like:

  • App not recognized as a browser
  • Direct Share functionality not working

Clean-up URLs

27 Nov 22:59
Compare
Choose a tag to compare

Introducing new Privacy feature

When enabled, OLW will remove tracking parameters from URLs automatically.

Migrate to Firebase and remove Fabric

22 Mar 17:32
Compare
Choose a tag to compare
2.8

Move listing files and update version

Updating to ViewPager2

03 Apr 19:51
Compare
Choose a tag to compare
  • Replaced ViewPager with new androidx.ViewPager2
  • Simplified AppIntro code and moved it to intro-lib module
  • Modularized the codebase

Make foreground app detection optional

29 Jan 22:01
Compare
Choose a tag to compare

Previously Open Link With would detect the shared foreground app and would not suggest that in the list.

Although this was a feature I wanted, it was causing lot of confusions.

Now it is disabled by default and added as an optional setting.

App Rating

18 Nov 12:13
Compare
Choose a tag to compare

Added a row to the main screen where we suggest the user to rate Open Link With #49

Bug fix

18 Nov 12:08
Compare
Choose a tag to compare

Chrome used to have 2 launcher Activities: 1 normal, 1 for VR.

That's why I used to remove VR activities. Now, they decided to merge those. That was causing a problem with OLW where Chrome was not even displayed.

This version fixes that by removing that "feature"

Minor fixes

08 Oct 19:16
Compare
Choose a tag to compare

Release with minor crash fixes from Crashlytics

OLW as a browser

29 Sep 19:41
Compare
Choose a tag to compare

Setting OLW as a browser. With this feature, you don't need to share links. All link clicks will go through OLW, links will be un-shortened and will be open with the corresponding native apps.

This feature is disabled by default. Please go to Advanced section and enable.

Advanced Settings

20 Aug 21:50
Compare
Choose a tag to compare

NEW! Advanced Settings
For the longest time, users have requested to disable some advanced features of the app. Now you can!

Fixes #29