.apk is to be found under Assets
Refresh: imported the Refresh-for-Quinoid.json. Exited quinoid, restarted, refresh not doing anything. The tiddler containing the script is displaying the script in italics minus the first <script> tag. Tried deleting the comment, no change. Not very refreshing news, sorry.
Geo: Didn't ask for location permissions, had to go to settings and allow them. I've got some geo points previously created using the leaflet plugin and geoloc macro and those points create maps as they did previously in a browser. Map display works.
The button that I'd previously used to capture the geolocation points in a browser doesn't work for me in quinoid. However the version of the geoloc macro I installed a while ago had a few quirks and my application of it probably added a few more so it may well be nothing to do with quinoid. TonyM might be able to give you better feedback, I'll wait to see if it's working for him or others. Maybe there's a specific test you could ask users to try?
Hope this helps.
quinoid-v0-0-6-190217a on Android 7
Installs ok.
Opens, no location permissions requested.
Used the experimental 'Download empty' option - worked.
Fast download on wifi.
It didn't save to sdcard. It created a new folder 'TW-files' in internal storage and saved the timestamped empty.html there.
I think my sdcard is configured as 'external storage' and seems to resist write operations anyway unless it's via SAF mode. Internal storage of 'TW-files' suits me better anyway.
Repeated process for three 'empty' downloads, all work ok in Quinoid.
Added an existing wiki from sdcard using the + . Opened and worked fine. Wrote tids and saved (on sdcard!).
Swiping is good - big wiki's slow it down because they take time to reload. I'm thinking of it like Quinoid is the OS, the list is the Windows95 Start menu and each wiki is an application. Some applications take time to open. Swiping between them is a bonus!
Imported a plugin - JD's mobile theme. Imported 'Refresh for Quinoid'. Back-arrowed to list and re-opened wiki. Mobile theme working. (not sure if Refresh for Quinoid did anything but the wiki refreshed on reload from list, I didn't have to exit Quinoid).
Exiting Quinoid via Android back-arrow clears it completely from recent apps.
Reopened Quinoid. Loaded a pre-made wiki with the Leaflet plugin installed. It successfully displays maps previously created outside of Quinoid, with location points previously stored in a points field.
GeoLoc macro, which acquires geo points, doesn't work in Quinoid. I gave Quinoid location permission in settings but it still didn't work for me.
GeoLoc macro does work in firefox for Android using the same wiki and macro, acquiring and saving location points. The only visible difference was firefox asking for location permissions so that suggests it's a Quinoid thing and it's not getting the location on request from geoLoc.
Hope this helps. Do you think 'intents' will ever be doable? There is an app in playstore called Orgzly which might give some ideas on managing multiple wiki targets destinations, with tags, fields etc. It's org mode though not wikis, but possibly a similar mechanism.
Keep up the great work, thanks a lot!
Orgzly is an example of an app that receives and broadcasts 'shares'. It receives to what it calls notebooks and offers a 'select which notebook' dialogue that might be a good model for a Quinoid ui.
The accepted answer here is clearer about intents;
https://stackoverflow.com/questions/6578051/what-is-an-intent-in-android
or, if you speak Android;
https://developer.android.com/reference/android/content/Intent
Well, darn. I pulled every knob Android gave me hoping for the files to end up on the external drive where I figure most people have more space. Do you know if you have a download folder on your external drive? That is, where does Firefox download its files?
&
2 -- do I need to NOT have "Download" on "internal" (currently, /storage/emulated/0/Download/)
Thoughts?
All of them potentially, but I think I may have explained it badly. It's not Q's internal files but the wiki files that 'intents' would target.
'All' I'm talking about is the ability to 'share...' to a wiki in Quinoid.
It already works sharing out of a wiki in Quinoid.
If I highlight some text in a quinoid wiki then Android automatically offers me the option of sharing that text to other apps (a 'broadcast intent'). If I hit 'share...' (next door to copy,translate etc) it asks me to choose the app I want to share to.
Going in the other direction, if I highlight text in almost any other app, Android automatically asks if I want to copy, translate or share that text. If I choose share then I get a selection of apps to share to. Quinoid isn't among them because it isn't set to 'receive intents'.
If Quinoid was adjusted to receive 'implicit intents' as outlined here (scroll down a bit to 'receiving implicit intents';
https://developer.android.com/guide/components/intents-filters#ExampleSend
then, possibly using a dialogue to select which wiki to use in a way similar to Orgzly, a tiddler could receive the text.
Haha! Not much to ask for Mark!
I'm only trying cackhandedly to explain a bit more clearly. I've no idea how difficult or time consuming it would be to implement. But I hope you can see what I'm on about. Essentially highlight, click share, choose quinoid, choose a wiki, text appears in a tiddler.
Similar to BJ's Tiddlyclip but works in Android.
Best
I appreciate how much work you've already done on Quinoid, I use it and aTW daily so thanks a lot!
--Mark