DimiDR / TI-ThermalPrinter-Android

Tasty Igniter Android App to help with POS printing
MIT License
0 stars 2 forks source link

Automatic Update withouth PlayStore #10

Closed DimiDR closed 4 months ago

DimiDR commented 4 months ago

The Button "Update" should check online if a new version is available. I can write a version in a textfile oder a index.html file. The app checks the page and compares the app version. If the versions are not the same, the new version will be downloaded from a URL and install on the device.

Device should have "unknow sources" for app installation available. Or this should be added the authorizations of the app, so it is allowed. Some app ask you if you want to enable this and jump to "allow unknown sources".

DimiDR commented 4 months ago

MainActivity - showUpdatePopup Logic is in Splash Activity showUpdatePopup

Translations: In MainActivity.showUpdatePopup - replace text with german

DimiDR commented 4 months ago