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

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

Issue 8491080: ABP/Android subscription list (Closed)
Patch Set: ABP/Android subscription list Created Nov. 14, 2012, 7:13 a.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
« no previous file with comments | « assets/subscriptions.xml ('k') | src/org/adblockplus/android/SubscriptionParser.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/org/adblockplus/android/Subscription.java
===================================================================
new file mode 100755
--- /dev/null
+++ b/src/org/adblockplus/android/Subscription.java
@@ -0,0 +1,11 @@
+package org.adblockplus.android;
+
+public class Subscription
+{
+ public String title;
+ public String specialization;
+ public String url;
+ public String homepage;
+ public String[] prefixes;
+ public String author;
+}
« no previous file with comments | « assets/subscriptions.xml ('k') | src/org/adblockplus/android/SubscriptionParser.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld