From bbd2d593968bc39ff008fe07876965ac5ba4ee71 Mon Sep 17 00:00:00 2001 From: Benjamin Winger Date: Thu, 2 Oct 2014 22:17:28 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87c1038..6314808 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ An android application that exposes a service to allow other applications to sea It also serves as a centralised index so that the database is shared between applications and reduces redundancy from having many applications indexing individually. ## Compiling ## -Android Indexing Service is built using the Apache Maven build tool. Simply download the source and execute +Android Indexing Service is built using the Apache Maven build tool. Simply download the source and execute from the root of the source directory ``` mvn clean install From 78ad9f792d08ae4dbc0502e3b1aece8fbd382ff6 Mon Sep 17 00:00:00 2001 From: Benjamin Winger Date: Thu, 2 Oct 2014 22:18:51 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6314808..ce97a72 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Android Indexing Service (C) 2014 Dracode Software -Version: 0.5.1 +Version: 0.5.2 Authors: Benjamin Winger @@ -12,7 +12,7 @@ An android application that exposes a service to allow other applications to sea It also serves as a centralised index so that the database is shared between applications and reduces redundancy from having many applications indexing individually. ## Compiling ## -Android Indexing Service is built using the Apache Maven build tool. Simply download the source and execute from the root of the source directory +Android Indexing Service is built using the Apache Maven build tool. Simply download the source and execute from the root of the source directory: ``` mvn clean install From 4a8eab71939a57b54ed6c87ff678faa7a9ddd920 Mon Sep 17 00:00:00 2001 From: Benjamin Winger Date: Thu, 2 Oct 2014 22:20:21 -0400 Subject: [PATCH 3/3] Delete CHANGELOG.md --- CHANGELOG.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 3af1106..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ -#0.1 -___ -* Boolean search within a single file using Lucene -* Auto-detects applications using the client library and uses them to index files -#Planned changes in 0.2: -___ -* Multiple types of searches -* Ability to search through multiple files or all files on the device \ No newline at end of file