Questions tagged [auto-update]

Auto-updating is software functionality that allows a program to maintain whether it or the supporting data is up-to-date in an automatic fashion.

1377 questions
4
votes
1 answer

Android: How do I make a ListView update itself periodically?

I never got this working in a straightforward manner. Sorry if I'm being a little vague. I'll try to elaborate on what I'm trying to do. I am trying to build a listview that grabs its data from a webservice. Once I initialize a listview, I want to…
Legend
  • 113,822
  • 119
  • 272
  • 400
4
votes
2 answers

How does the mozilla stub installer works?

I'm currently working on a no-touch deployment and auto-update mechanism for a Windows application. I've tried Microsoft ClickOnce strategy but it did not work for me as the strategy only suits small-sized apps, and my application hauls at…
4
votes
3 answers

TestFlight In-App Updates: Version Number vs Build Number

What is the logic behind the version number and build number in TestFlight's In-App Updates? TF declares that the build number must be greater in order for the In-App Update to pop up and take place, but I always reset the build number when I…
RileyE
  • 10,874
  • 13
  • 63
  • 106
4
votes
2 answers

Updating notification texts when changing device language

I'm new at Android development and I have a question. I'm creating a notification for the user. That's all OK. The problem is that when I change the device language, my notification doesn't updates yourself. I don't know if there are any native…
Felps
  • 43
  • 1
  • 3
4
votes
6 answers

Android Studio Project disappeared

I just did an update of Android Studio and the project I was working currently on was completely erased. I think it prompt me on "terminating the main process" and I accidentally clicked ok. Is there a way to recover my project somehow? Why would…
4
votes
2 answers

How add auto update functionality to prestashop plugin

I've create my first plugin for prestashop. I want to add autoupdate functionality for autoupdate as do for example eBay module. I did not found anything about that on documentation.
Claudio Ɯǝıs Mulas
  • 1,116
  • 3
  • 15
  • 24
4
votes
1 answer

GooglePlay: update app and permissions

I have app on Google play. I was updating app and asking for new permissions. New permissions require user to agree to update app. So update does not happen automatically. app 1.0 - 3 permissions app 1.1 - 4 permissions I wish to create technical…
Max
  • 6,286
  • 5
  • 44
  • 86
4
votes
1 answer

Auto self updating application installer with WIX?

I have standalone setup project created with wix. And I need some solution for auto update my application.My application should check for new version on start up and automatically download and install new version if available.What's the best…
zhoulin Wang
  • 559
  • 2
  • 5
  • 19
4
votes
2 answers

Update Center and Database Change Management for Web Application

We have a web application that uses Spring/JPA/Hibernate. Currently we are using SolidBase for database change management, which works well in a managed deployment model - however we are now migrating to a non-managed deployment model where users…
Chris Schmidt
  • 398
  • 1
  • 12
4
votes
1 answer

Web update application with Firemonkey on MacOS

I'm making a Firemonkey application for both Windows and MacOS, and now I'm working on making it able to check online for updates and download the update. I have got it to work on Windows, by renaming the running .exe file, download the new one and…
martindilling
  • 2,839
  • 3
  • 16
  • 13
4
votes
2 answers

NSIS automatic and silent update

I am currently building an application and want to have an installer and automatic silent updates for it. Dropbox, Spotify and Chrome all are amazing at updating without anyone noticing. So I took a look at the Dropbox Roaming Folder in AppData and…
Thomaschaaf
  • 17,847
  • 32
  • 94
  • 128
4
votes
1 answer

How to automatically update a local repository after another repository pushes to remote?

I have N+2 repositories in drive E: Test_central - central repository; Test_primary1 - local repository; Test_primaryN - local repository; Test_slave - local repository. How can I update Test_slave when Test_primaryI has pushed its own changes…
dsm
  • 63
  • 5
4
votes
5 answers

Is it possible to make your uploaded iphone application auto-update?

I am about to upload my Iphone application to the apple store, however I intend to release more versions in the near future. Is there anyway to make my application auto update once I upload a new version to the apple store?. That is as I am about to…
OscarMk
4
votes
1 answer

integrating the autoupdate feature into a java application

I am faced with an issue of implementing an autoupdate feature into a desktop JavaFX application. I'm not sure if it makes a difference - but it's going to be run by double-clicking the .jar file and will have a GUI representation, obviously. Now to…
XXL
  • 1,224
  • 4
  • 12
  • 25
4
votes
2 answers

Use deployJava.js to check for/automatically install latest JRE version for web applet

I'd like to use the deployJava.js tool to have Java automatically detect the currently installed JRE and install an updated version if necessary. My initial impression when reading about deployJava.js was that it would do this out of the box when…
Pryo
  • 690
  • 1
  • 10
  • 24