BTAndroidWebViewSelection-master/
BTAndroidWebViewSelection-master/.gitignore
BTAndroidWebViewSelection-master/.project
BTAndroidWebViewSelection-master/AndroidManifest.xml
BTAndroidWebViewSelection-master/README.md
BTAndroidWebViewSelection-master/assets/
BTAndroidWebViewSelection-master/assets/android.selection.js
BTAndroidWebViewSelection-master/assets/content.html
BTAndroidWebViewSelection-master/assets/jquery.js
BTAndroidWebViewSelection-master/assets/rangy-core.js
BTAndroidWebViewSelection-master/assets/rangy-serializer.js
BTAndroidWebViewSelection-master/proguard.cfg
BTAndroidWebViewSelection-master/project.properties
BTAndroidWebViewSelection-master/res/
BTAndroidWebViewSelection-master/res/anim/
BTAndroidWebViewSelection-master/res/anim/disappear.xml
BTAndroidWebViewSelection-master/res/anim/grow_from_bottom.xml
BTAndroidWebViewSelection-master/res/anim/grow_from_bottomleft_to_topright.xml
BTAndroidWebViewSelection-master/res/anim/grow_from_bottomright_to_topleft.xml
BTAndroidWebViewSelection-master/res/anim/grow_from_top.xml
BTAndroidWebViewSelection-master/res/anim/grow_from_topleft_to_bottomright.xml
BTAndroidWebViewSelection-master/res/anim/grow_from_topright_to_bottomleft.xml
BTAndroidWebViewSelection-master/res/anim/pump_bottom.xml
BTAndroidWebViewSelection-master/res/anim/pump_top.xml
BTAndroidWebViewSelection-master/res/anim/rail.xml
BTAndroidWebViewSelection-master/res/anim/shrink_from_bottom.xml
BTAndroidWebViewSelection-master/res/anim/shrink_from_bottomleft_to_topright.xml
BTAndroidWebViewSelection-master/res/anim/shrink_from_bottomright_to_topleft.xml
BTAndroidWebViewSelection-master/res/anim/shrink_from_top.xml
BTAndroidWebViewSelection-master/res/anim/shrink_from_topleft_to_bottomright.xml
BTAndroidWebViewSelection-master/res/anim/shrink_from_topright_to_bottomleft.xml
BTAndroidWebViewSelection-master/res/drawable-hdpi/
BTAndroidWebViewSelection-master/res/drawable-hdpi/ic_launcher.png
BTAndroidWebViewSelection-master/res/drawable-hdpi/selection_handle.png
BTAndroidWebViewSelection-master/res/drawable-ldpi/
BTAndroidWebViewSelection-master/res/drawable-ldpi/ic_launcher.png
BTAndroidWebViewSelection-master/res/drawable-ldpi/selection_handle.png
BTAndroidWebViewSelection-master/res/drawable-mdpi/
BTAndroidWebViewSelection-master/res/drawable-mdpi/ic_launcher.png
BTAndroidWebViewSelection-master/res/drawable-mdpi/selection_handle.png
BTAndroidWebViewSelection-master/res/drawable-xhdpi/
BTAndroidWebViewSelection-master/res/drawable-xhdpi/selection_handle.png
BTAndroidWebViewSelection-master/res/drawable/
BTAndroidWebViewSelection-master/res/drawable/action_item_btn.xml
BTAndroidWebViewSelection-master/res/drawable/action_item_selected.9.png
BTAndroidWebViewSelection-master/res/drawable/arrow_down.png
BTAndroidWebViewSelection-master/res/drawable/arrow_up.png
BTAndroidWebViewSelection-master/res/drawable/menu_eraser.png
BTAndroidWebViewSelection-master/res/drawable/menu_info.png
BTAndroidWebViewSelection-master/res/drawable/menu_search.png
BTAndroidWebViewSelection-master/res/drawable/popup.9.png
BTAndroidWebViewSelection-master/res/layout/
BTAndroidWebViewSelection-master/res/layout/action_item_horizontal.xml
BTAndroidWebViewSelection-master/res/layout/action_item_vertical.xml
BTAndroidWebViewSelection-master/res/layout/horiz_separator.xml
BTAndroidWebViewSelection-master/res/layout/main.xml
BTAndroidWebViewSelection-master/res/layout/popup_horizontal.xml
BTAndroidWebViewSelection-master/res/layout/popup_vertical.xml
BTAndroidWebViewSelection-master/res/layout/selection_drag_layer.xml
BTAndroidWebViewSelection-master/res/values/
BTAndroidWebViewSelection-master/res/values/strings.xml
BTAndroidWebViewSelection-master/res/values/styles.xml
BTAndroidWebViewSelection-master/src/
BTAndroidWebViewSelection-master/src/com/
BTAndroidWebViewSelection-master/src/com/blahti/
BTAndroidWebViewSelection-master/src/com/blahti/drag/
BTAndroidWebViewSelection-master/src/com/blahti/drag/DragController.java
BTAndroidWebViewSelection-master/src/com/blahti/drag/DragLayer.java
BTAndroidWebViewSelection-master/src/com/blahti/drag/DragListener.java
BTAndroidWebViewSelection-master/src/com/blahti/drag/DragSource.java
BTAndroidWebViewSelection-master/src/com/blahti/drag/DragView.java
BTAndroidWebViewSelection-master/src/com/blahti/drag/DropTarget.java
BTAndroidWebViewSelection-master/src/com/blahti/drag/MyAbsoluteLayout.java
BTAndroidWebViewSelection-master/src/com/brandontate/
BTAndroidWebViewSelection-master/src/com/brandontate/androidwebviewselection/
BTAndroidWebViewSelection-master/src/com/brandontate/androidwebviewselection/BTAndroidWebViewSelectionActivity.java
BTAndroidWebViewSelection-master/src/com/brandontate/androidwebviewselection/BTWebView.java
BTAndroidWebViewSelection-master/src/com/brandontate/androidwebviewselection/TextSelectionJavascriptInterface.java
BTAndroidWebViewSelection-master/src/com/brandontate/androidwebviewselection/TextSelectionJavascriptInterfaceListener.java
BTAndroidWebViewSelection-master/src/net/
BTAndroidWebViewSelection-master/src/net/londatiga/
BTAndroidWebViewSelection-master/src/net/londat