Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/org/adblockplus/android/Preferences.java

Issue 5153282527854592: Issue 98 - Use the libadblockplus update mechanism (Closed)
Patch Set: Only append the revision to the version for devbuilds Created Sept. 26, 2014, 2:54 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/org/adblockplus/android/Preferences.java
===================================================================
--- a/src/org/adblockplus/android/Preferences.java
+++ b/src/org/adblockplus/android/Preferences.java
@@ -284,6 +284,9 @@
case R.id.menu_advanced:
startActivity(new Intent(this, AdvancedPreferences.class));
return true;
+ case R.id.menu_update:
+ AdblockPlus.getApplication().checkUpdates();
+ return true;
default:
return super.onOptionsItemSelected(item);
}
« no previous file with comments | « src/org/adblockplus/android/AndroidUpdateCheckDoneCallback.java ('k') | src/org/adblockplus/android/Utils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld