You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/samples/filters
Tim Su 3679737bb2 Add license header to files without a license header 12 years ago
..
.settings Added a sample filter project 14 years ago
res Add license header to files without a license header 12 years ago
src/com Add a license block to the top of the files that don't have one 12 years ago
.classpath Got export working, minor bug fixes 14 years ago
AndroidManifest.xml Add license header to files without a license header 12 years ago
README Added a sample filter project 14 years ago
default.properties Added a sample filter project 14 years ago

README

Filter Samples

This project shows you how to create a filter plugin. It involves three files:

  FilterAddon.java - returns your addon, which allows users to turn it on or off
  FilterExposer.java - returns your filters
  AndroidManifest.xml - receives Astrid's requests and sends appropriate stuff