forked from I2P_Developers/i2p.i2p
* Updater:
- Add new unsigned update option, triggered by
last-modified date, using the new EepHead.
Buttons still are not hidden after download complete.
- Make the .sud updater use the temp dir when proxied
- Several cleanups
This commit is contained in:
@@ -525,4 +525,15 @@ public class SummaryHelper extends HelperBase {
|
||||
return NewsFetcher.getInstance(_context).updateAvailable();
|
||||
}
|
||||
|
||||
public boolean unsignedUpdateAvailable() {
|
||||
return NewsFetcher.getInstance(_context).unsignedUpdateAvailable();
|
||||
}
|
||||
|
||||
public String getUpdateVersion() {
|
||||
return NewsFetcher.getInstance(_context).updateVersion();
|
||||
}
|
||||
|
||||
public String getUnsignedUpdateVersion() {
|
||||
return NewsFetcher.getInstance(_context).unsignedUpdateVersion();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user