lorne
lorne
About
- Username
- lorne
- Joined
- Visits
- 19
- Last Active
- Roles
- Member, Moderator
Comments
-
Although I can't personally vouch for any sites in particular, there are several websites that provide some help generating a privacy policy. This Google search should find a few a of them: https://www.google.com/search?q=privacy+policy+android+app…
-
The mininum SDK level that Andromo apps support has changed over time, as we've had to keep up with changes in the Android build tools, dependencies, etc. If you are updating an app that was previously built when Andromo's minimum SDK level was lowe…
-
Hi, That isn't the sort of thing that you could build using Andromo. If you want to build an app that changes the system settings based on certain triggers, that is something you would need to build on your own using the Android SDK. If you're jus…
-
@appsbrokers: 27
-
Yes, just rebuild your project and update it in Google Play.
-
If it works inside the external browser, then use the "Open website in external browser" option. Opening links like that requires special handling. Andromo has special handling for other things, but not for whatsapp.
-
Thanks for sharing what worked for you @johao_2017 -- I'm sure others may find it helpful if they encounter the same situation.
-
That can be caused by a few reasons, but usually indicates a problem with the download being corrupted or incomplete -- for example because of a bad network connection or because of a problem on the device. There is lots of help on this subject if …
-
https://forums.andromo.com/discussion/2314/target-api-level-requirements-from-august-2018#latest
-
Andromo does not support expansion files at this time. You will need to reduce the size of your application by removing or resizing content, reducing the number of activities, etc.
-
TL/DR: It's too soon to say. It's uncertain whether this is something that would even be possible for existing Andromo apps, simply because it involves Google Play re-signing the apk. My initial thought was, this would make it a no-go for existing …
-
Yeah, I wish I could say the changes are straightforward, but some of them are proving to be pretty tough -- and not just for us. For example, just one of many issues: https://issuetracker.google.com/issues/76112072
-
At the moment we are fully occupied addressing changes that need to be made before August, when Google will require all new apps to target Oreo. (The same will apply for existing apps by November.)
-
No, the feature image is designed to scroll away with the content/toolbar (depending on what toolbar settings you are using) as per material design guidelines. * It is technically possible to have it remain fixed if your toolbar is set to show the …
-
This is not our support area, this is just a user forum. If you want a support response, please log into Andromo and use the support area. As for feed errors related to hosting certificates and web script errors, that usually isn't something we can…
-
It is not.
-
That buffer time is not adjustible on Android at all -- it's hardcoded in the framework. (It'd be nice if us developers could adjust it too!) The only thing anyone can do there is to use higher bitrates, as they fill the buffers faster. Adding a st…
-
The list style does not have any dividers as that is considered inappropriate according to the Android Material Design guidelines for the type of information being shown.
-
The Settings/Description in Andromo are just internal for your use (and any potential future use by Andromo). I don't know if there is anything you can do to affect ASO from within an app, aside from changing its overall content and purpose etc. in…
-
No, the tooblar is not optional.
-
@stephyap: the modern replacements for the button grid styles have already been added internally, but there was not time to finish testing and add them to the website before the easter holiday. They will appear in a future update once they have been…
-
No, since Andromo apps don't support in app purchases. There's much (!!!) more involved than just calling getPurchases().
-
If the website shows ads, don't enable ads in your activity. Showing ads in the website content and outside of it at the same time is against their rules. If you're not sure, the safe approach would be to disable ads for that activity.
-
There is no way to clone or duplicate a project, so if you want to implement this as separate projects, you would need to duplicate all the settings in your second project yourself. If there are only a couple differences between your paid and free …
-
It's possible the m3u is malformed in some way. What is the URL for the .m3u file?
-
Not likely in the very near future, and probably not feasible for streaming audio at any point, but we may look into it for in-app audio files at some point in the (probably distant) future. There are other audio-related tasks with a higher priority…
-
It is only possible to share the text, there is no option to share the audio file at this time.
-
I test on a device running 6.0.1 daily, and I have never seen any issues with the html activity so far. FYI Android 6 isn't the latest version any more, since August 2017 the newest version is 8.0 ("Oreo"). Can you find out what actual ve…
-
The delay isn't anything we have any direct control over; it's latency within the Android MediaPlayer framework itself.
-
Not yet. Item styles for the audio activities is something we plan to add in a (distant) future update.