Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
m039 committed Dec 20, 2014
1 parent dce9616 commit 86dca2a
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 108 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ doc/TodoDesign.md
design
beacon-keeper.apk
release.keystore
sign.sh
sign.sh
doc/
*.sig
beacon-keeper-app/gen-external-apklibs/
1 change: 0 additions & 1 deletion Readme.md

This file was deleted.

36 changes: 36 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Beacon Keeper
=============

Beacon Keeper is standalone application in [Google Play Market](https://play.google.com/store/apps/details?id=com.m039.beacon.keeper.app) and this library.

The main goal of this project is to create solid and simple library for locating and working with iBeacons for Android.

*This library is under devolpment*

Why use Beacon Keeper?
----------------------

* Locating iBeacons in background
* Dead simple [samples]()

Thanks
------

[RadiusNetworks](https://github.com/RadiusNetworks) for their contributions to community and stackoverflow.

License
-------

Copyright (c) 2014 Dmitry Mozgin

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
4 changes: 2 additions & 2 deletions beacon-keeper-app/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="1"
android:versionName="1.0.0"
android:versionCode="2"
android:versionName="1.0.1"
package="com.m039.beacon.keeper.app"
>

Expand Down
36 changes: 0 additions & 36 deletions doc/Readme.md

This file was deleted.

68 changes: 0 additions & 68 deletions doc/Todo.md

This file was deleted.

0 comments on commit 86dca2a

Please # to comment.