forked from I2P_Developers/i2p.i2p
propagate from branch 'i2p.i2p.zzz.test2' (head 63cdcb547c0d33cd3c3c899b168ffab9f7ed2ebe)
to branch 'i2p.i2p' (head 52964ce47701fd8838e3f9c84af29d2463c83bc7)
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