Hi Krzysztof, I wish I would and I really thought so until just 4 days ago. That was when I found out that Tapatalk decided to no longer update their API documentation, shut down their development support forums and kill other third-party Tapatalk clients through their lawyers because they went open source. I won't continue to work on Forum Browser under these conditions.
I'd like to thank you again for the work you put into the Polish translations but would also like to ask you to understand that I won't include them into the Forum Browser code now. As the translations for both Polish and German currently aren't complete (there have been a lot of changes in version 0.3.0), adding them in an unfinished state doesn't make sense to me. Sorry for that. Cheers, Niklas 2015-08-08 11:25 GMT+02:00 Krzysztof Tataradziński <[email protected]>: > Niklas, do you will try yo implement that feature in your app? What about > translations in Forum Browser? I've made one in polish language, could you > implement it? > > > W dniu środa, 5 sierpnia 2015 Niklas Wenzel <[email protected]> > napisał(a): > > Thank you, Oliver, that might actually work for my app! :) > > > > Am Mi, 5. Aug, 2015 um 6:47 schrieb Olivier Tilloy < > [email protected]>: > > > > On Tue, Aug 4, 2015 at 7:46 PM, Krzysztof Tataradziński < > [email protected]> wrote: > > > > Hello, while using web browser and click on link to Wikipedia website or > forum with Tapatalk plugin, I expect that my action will open app dedicated > for that action. For now, it's not working, still opening that links in web > browser. Which site that problem stand for - third party app (that is not > developed to work in that way) or browser app (that don't allow/can't do > that)? Where should I report that bug? In example new version of > https://uappexplorer.com/app/wikipedia.mattirn supports for now opening > wiki article from NearBy scope, but not from browser. > > > > Hi Krzysztof, As pointed out by Niklas, apps can register as handlers > for custom URL schemes. When a link is clicked in the browser which it > doesn’t know how to handle, it will be delegated to the URL dispatcher > which will select the corresponding app for handling it, if any. That works > for custom URL schemes, not for regular http:// or https:// URLs. Those > will always open in the browser. Note that URL dispatcher knows how to > handle intent:// URLs, and apps can register as handlers for those by > specifying the android package name as domain-suffix, e.g.: { "protocol": > "intent", "domain-suffix": "com.google.android.apps.maps" } Documentation > on URL dispatcher available here: > https://developer.ubuntu.com/en/start/platform/guides/url-dispatcher-guide/ > I hope this helps, Olivier > > -- > > Mailing list: https://launchpad.net/~ubuntu-phone Post to : > [email protected] Unsubscribe : > https://launchpad.net/~ubuntu-phone More help : > https://help.launchpad.net/ListHelp >
-- Mailing list: https://launchpad.net/~ubuntu-phone Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

