propagate from branch 'i2p.i2p.zzz.test2' (head 63cdcb547c0d33cd3c3c899b168ffab9f7ed2ebe)

to branch 'i2p.i2p' (head 52964ce47701fd8838e3f9c84af29d2463c83bc7)
This commit is contained in:
zzz
2009-08-11 16:04:36 +00:00
10 changed files with 548 additions and 64 deletions

View File

@@ -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();
}
}