OSDN Git Service

updated GPL
authorJoe Berria <nexesdevelopment@gmail.com>
Sat, 4 Jun 2011 04:40:58 +0000 (22:40 -0600)
committerJoe Berria <nexesdevelopment@gmail.com>
Sat, 4 Jun 2011 04:40:58 +0000 (22:40 -0600)
56 files changed:
.gitignore [new file with mode: 0644]
bin/Tablet_File_Manager.apk
bin/classes.dex
bin/com/nexes/manager/tablet/BluetoothActivity$1.class
bin/com/nexes/manager/tablet/BluetoothActivity$2.class
bin/com/nexes/manager/tablet/BluetoothActivity$3.class
bin/com/nexes/manager/tablet/BluetoothActivity$4.class
bin/com/nexes/manager/tablet/BluetoothActivity$BluetoothDeviceAdapter.class
bin/com/nexes/manager/tablet/BluetoothActivity$ClientSocketThread.class
bin/com/nexes/manager/tablet/BluetoothActivity$ServerSocketThread.class
bin/com/nexes/manager/tablet/BluetoothActivity.class
bin/com/nexes/manager/tablet/DataViewHolder.class
bin/com/nexes/manager/tablet/DirContentActivity$1.class
bin/com/nexes/manager/tablet/DirContentActivity$2.class
bin/com/nexes/manager/tablet/DirContentActivity$3.class
bin/com/nexes/manager/tablet/DirContentActivity$4.class
bin/com/nexes/manager/tablet/DirContentActivity$5.class
bin/com/nexes/manager/tablet/DirContentActivity$6.class
bin/com/nexes/manager/tablet/DirContentActivity$7.class
bin/com/nexes/manager/tablet/DirContentActivity$DataAdapter$1.class
bin/com/nexes/manager/tablet/DirContentActivity$DataAdapter.class
bin/com/nexes/manager/tablet/DirContentActivity.class
bin/com/nexes/manager/tablet/DirListActivity$1.class
bin/com/nexes/manager/tablet/DirListActivity$2.class
bin/com/nexes/manager/tablet/DirListActivity$DirListAdapter.class
bin/com/nexes/manager/tablet/DirListActivity.class
bin/com/nexes/manager/tablet/EventHandler$1.class
bin/com/nexes/manager/tablet/EventHandler$2.class
bin/com/nexes/manager/tablet/EventHandler$3.class
bin/com/nexes/manager/tablet/EventHandler$4.class
bin/com/nexes/manager/tablet/EventHandler$5.class
bin/com/nexes/manager/tablet/EventHandler$6.class
bin/com/nexes/manager/tablet/EventHandler$7.class
bin/com/nexes/manager/tablet/EventHandler$BackgroundWork.class
bin/com/nexes/manager/tablet/EventHandler.class
bin/com/nexes/manager/tablet/MainActivity$1.class
bin/com/nexes/manager/tablet/MainActivity$2.class
bin/com/nexes/manager/tablet/MainActivity.class
bin/com/nexes/manager/tablet/SettingsActivity.class
bin/resources.ap_
res/layout/bluetooth_layout.xml
res/layout/dir_list_layout.xml
res/layout/grid_content_layout.xml
res/layout/grid_layout.xml
res/layout/input_dialog_layout.xml
res/layout/list_content_layout.xml
res/layout/main.xml
src/com/nexes/manager/tablet/BluetoothActivity.java
src/com/nexes/manager/tablet/DataViewHolder.java
src/com/nexes/manager/tablet/DirContentActivity.java
src/com/nexes/manager/tablet/DirListActivity.java
src/com/nexes/manager/tablet/EventHandler.java
src/com/nexes/manager/tablet/FileManager.java
src/com/nexes/manager/tablet/MainActivity.java
src/com/nexes/manager/tablet/SettingsActivity.java
src/com/nexes/manager/tablet/ThumbnailCreator.java

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..74704a1
--- /dev/null
@@ -0,0 +1 @@
+bin/com
index 8934c4b..f66da40 100644 (file)
Binary files a/bin/Tablet_File_Manager.apk and b/bin/Tablet_File_Manager.apk differ
index d2785ed..858222c 100644 (file)
Binary files a/bin/classes.dex and b/bin/classes.dex differ
index b953379..2219d5e 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/BluetoothActivity$1.class and b/bin/com/nexes/manager/tablet/BluetoothActivity$1.class differ
index 751d370..8e28bce 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/BluetoothActivity$2.class and b/bin/com/nexes/manager/tablet/BluetoothActivity$2.class differ
index df06b0b..3752443 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/BluetoothActivity$3.class and b/bin/com/nexes/manager/tablet/BluetoothActivity$3.class differ
index 04d3bf1..fb09fa8 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/BluetoothActivity$4.class and b/bin/com/nexes/manager/tablet/BluetoothActivity$4.class differ
index abf50eb..6a26cc3 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/BluetoothActivity$BluetoothDeviceAdapter.class and b/bin/com/nexes/manager/tablet/BluetoothActivity$BluetoothDeviceAdapter.class differ
index 666bd3a..af78ca8 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/BluetoothActivity$ClientSocketThread.class and b/bin/com/nexes/manager/tablet/BluetoothActivity$ClientSocketThread.class differ
index b3ba774..d02d6c4 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/BluetoothActivity$ServerSocketThread.class and b/bin/com/nexes/manager/tablet/BluetoothActivity$ServerSocketThread.class differ
index 2552087..faac9dd 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/BluetoothActivity.class and b/bin/com/nexes/manager/tablet/BluetoothActivity.class differ
index cfe95ba..2d0c33f 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/DataViewHolder.class and b/bin/com/nexes/manager/tablet/DataViewHolder.class differ
index 800d015..ae35ef0 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/DirContentActivity$1.class and b/bin/com/nexes/manager/tablet/DirContentActivity$1.class differ
index a1660f4..2dc05b6 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/DirContentActivity$2.class and b/bin/com/nexes/manager/tablet/DirContentActivity$2.class differ
index 534c889..e3b466e 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/DirContentActivity$3.class and b/bin/com/nexes/manager/tablet/DirContentActivity$3.class differ
index aed8f79..8575937 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/DirContentActivity$4.class and b/bin/com/nexes/manager/tablet/DirContentActivity$4.class differ
index c6ce10a..73e0b25 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/DirContentActivity$5.class and b/bin/com/nexes/manager/tablet/DirContentActivity$5.class differ
index d8ce184..6a82702 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/DirContentActivity$6.class and b/bin/com/nexes/manager/tablet/DirContentActivity$6.class differ
index 20cf7bd..d1e5ee0 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/DirContentActivity$7.class and b/bin/com/nexes/manager/tablet/DirContentActivity$7.class differ
index 171d8d8..d624ab6 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/DirContentActivity$DataAdapter$1.class and b/bin/com/nexes/manager/tablet/DirContentActivity$DataAdapter$1.class differ
index 70e56f3..cbbd51c 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/DirContentActivity$DataAdapter.class and b/bin/com/nexes/manager/tablet/DirContentActivity$DataAdapter.class differ
index 0c16740..6d2cd1a 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/DirContentActivity.class and b/bin/com/nexes/manager/tablet/DirContentActivity.class differ
index 816f3de..2f4f473 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/DirListActivity$1.class and b/bin/com/nexes/manager/tablet/DirListActivity$1.class differ
index d67d9a2..e680af0 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/DirListActivity$2.class and b/bin/com/nexes/manager/tablet/DirListActivity$2.class differ
index 8569e2c..c0da2e5 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/DirListActivity$DirListAdapter.class and b/bin/com/nexes/manager/tablet/DirListActivity$DirListAdapter.class differ
index 8eb0020..f38bfbc 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/DirListActivity.class and b/bin/com/nexes/manager/tablet/DirListActivity.class differ
index 6fc8c74..120217f 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/EventHandler$1.class and b/bin/com/nexes/manager/tablet/EventHandler$1.class differ
index e3d9bf7..30c9145 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/EventHandler$2.class and b/bin/com/nexes/manager/tablet/EventHandler$2.class differ
index ad3dd65..8d5d34a 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/EventHandler$3.class and b/bin/com/nexes/manager/tablet/EventHandler$3.class differ
index 9c7f350..ffde7af 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/EventHandler$4.class and b/bin/com/nexes/manager/tablet/EventHandler$4.class differ
index 25386e1..b14b31d 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/EventHandler$5.class and b/bin/com/nexes/manager/tablet/EventHandler$5.class differ
index 71b19bf..956e517 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/EventHandler$6.class and b/bin/com/nexes/manager/tablet/EventHandler$6.class differ
index f4a5194..4d8b122 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/EventHandler$7.class and b/bin/com/nexes/manager/tablet/EventHandler$7.class differ
index 7266d93..6a3bf0b 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/EventHandler$BackgroundWork.class and b/bin/com/nexes/manager/tablet/EventHandler$BackgroundWork.class differ
index 0c38aa8..74b9133 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/EventHandler.class and b/bin/com/nexes/manager/tablet/EventHandler.class differ
index b77e591..4865765 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/MainActivity$1.class and b/bin/com/nexes/manager/tablet/MainActivity$1.class differ
index e6cdb37..f4741c1 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/MainActivity$2.class and b/bin/com/nexes/manager/tablet/MainActivity$2.class differ
index 46b33b1..0fa4489 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/MainActivity.class and b/bin/com/nexes/manager/tablet/MainActivity.class differ
index c8a6586..f2a7449 100644 (file)
Binary files a/bin/com/nexes/manager/tablet/SettingsActivity.class and b/bin/com/nexes/manager/tablet/SettingsActivity.class differ
index 2ea046b..b804001 100644 (file)
Binary files a/bin/resources.ap_ and b/bin/resources.ap_ differ
index 1de473d..e360e10 100644 (file)
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="utf-8" ?>
+<!-- 
+       Open Manager for Tablets, an open source file manager for the Android system
+    Copyright (C) 2011  Joe Berria <nexesdevelopment@gmail.com>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ -->
 
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:orientation="vertical"
index e0a08c3..941899f 100644 (file)
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!-- 
+       Open Manager for Tablets, an open source file manager for the Android system
+    Copyright (C) 2011  Joe Berria <nexesdevelopment@gmail.com>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ -->
                          
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:orientation="horizontal"
index a1df022..19da89e 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!-- 
-       Open Manager, an open source file manager for the Android system
+       Open Manager for Tablets, an open source file manager for the Android system
     Copyright (C) 2011  Joe Berria <nexesdevelopment@gmail.com>
 
     This program is free software: you can redistribute it and/or modify
index 63169f3..e0f2efc 100644 (file)
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!-- 
+       Open Manager for Tablets, an open source file manager for the Android system
+    Copyright (C) 2011  Joe Berria <nexesdevelopment@gmail.com>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ -->
 
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:orientation="vertical"
index ed4b178..28489f1 100644 (file)
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="utf-8" ?>
+<!-- 
+       Open Manager for Tablets, an open source file manager for the Android system
+    Copyright (C) 2011  Joe Berria <nexesdevelopment@gmail.com>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ -->
 
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:orientation="vertical"
index cbf2022..23234a2 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- 
-       Open Manager, an open source file manager for the Android system
+       Open Manager for Tablets, an open source file manager for the Android system
     Copyright (C) 2011  Joe Berria <nexesdevelopment@gmail.com>
 
     This program is free software: you can redistribute it and/or modify
index 32aeb44..b4d635e 100644 (file)
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!-- 
+       Open Manager for Tablets, an open source file manager for the Android system
+    Copyright (C) 2011  Joe Berria <nexesdevelopment@gmail.com>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ -->
 
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:orientation="horizontal"
index 2d36674..7337f62 100644 (file)
@@ -1,3 +1,21 @@
+/*
+    Open Manager For Tablets, an open source file manager for the Android system
+    Copyright (C) 2011  Joe Berria <nexesdevelopment@gmail.com>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 package com.nexes.manager.tablet;
 
 import android.os.Bundle;
index ba5a201..4177ebf 100644 (file)
@@ -1,3 +1,21 @@
+/*
+    Open Manager For Tablets, an open source file manager for the Android system
+    Copyright (C) 2011  Joe Berria <nexesdevelopment@gmail.com>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 package com.nexes.manager.tablet;
 
 import android.widget.ImageView;
index 11a55a0..ba4e073 100644 (file)
@@ -1,3 +1,21 @@
+/*
+    Open Manager For Tablets, an open source file manager for the Android system
+    Copyright (C) 2011  Joe Berria <nexesdevelopment@gmail.com>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 package com.nexes.manager.tablet;
 
 import com.nexes.manager.tablet.DirListActivity.OnChangeLocationListener;
index dbe3c9d..eb2b3bf 100644 (file)
@@ -1,3 +1,21 @@
+/*
+    Open Manager For Tablets, an open source file manager for the Android system
+    Copyright (C) 2011  Joe Berria <nexesdevelopment@gmail.com>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 package com.nexes.manager.tablet;
 
 import com.nexes.manager.tablet.DirContentActivity.OnBookMarkAddListener;
index 161c140..3e40c8b 100644 (file)
@@ -1,3 +1,21 @@
+/*
+    Open Manager For Tablets, an open source file manager for the Android system
+    Copyright (C) 2011  Joe Berria <nexesdevelopment@gmail.com>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 package com.nexes.manager.tablet;
 
 import android.os.AsyncTask;
index a9b5ac0..6d06d56 100644 (file)
@@ -1,6 +1,6 @@
 /*
-    Open Manager, an open source file manager for the Android system
-    Copyright (C) 2009, 2010, 2011  Joe Berria <nexesdevelopment@gmail.com>
+    Open Manager For Tablets, an open source file manager for the Android system
+    Copyright (C) 2011  Joe Berria <nexesdevelopment@gmail.com>
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 488ba75..83dc175 100644 (file)
@@ -1,3 +1,21 @@
+/*
+    Open Manager For Tablets, an open source file manager for the Android system
+    Copyright (C) 2011  Joe Berria <nexesdevelopment@gmail.com>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 package com.nexes.manager.tablet;
 
 import android.os.Bundle;
index 33eff89..b86990d 100644 (file)
@@ -1,3 +1,21 @@
+/*
+    Open Manager For Tablets, an open source file manager for the Android system
+    Copyright (C) 2011  Joe Berria <nexesdevelopment@gmail.com>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 package com.nexes.manager.tablet;
 
 import android.os.Bundle;
index f941de6..70fbe37 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Open Manager, an open source file manager for the Android system
+    Open Manager For Tablets, an open source file manager for the Android system
     Copyright (C) 2011  Joe Berria <nexesdevelopment@gmail.com>
 
     This program is free software: you can redistribute it and/or modify