diff --git a/README.md b/README.md index 8e6685f9..e52a4f8a 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ License You should have received a copy of the GNU General Public License along with Transdroid. If not, see . -Some code/libraries are used in the project: +Some code/libraries/resources are used in the project: * [ActionBarSherlock](http://actionbarsherlock.com/) Jake Wharton @@ -85,4 +85,7 @@ Some code/libraries are used in the project: * [CheckableRelativeLayout](http://www.marvinlabs.com/2010/10/custom-listview-ability-check-items/) Cédric Caron (MarvinLabs) Public Domain +* [Funnel icon](http://thenounproject.com/noun/funnel/#icon-No5608) + Naomi Atkinson from The Noun Project + Creative Commons Attribution 3.0 diff --git a/README.md~ b/README.md~ new file mode 100644 index 00000000..2fb71700 --- /dev/null +++ b/README.md~ @@ -0,0 +1,91 @@ +Transdroid +========== + +[www.transdroid.org](http://www.transdroid.org) +[Google+](https://plus.google.com/u/0/b/106240944422491053650/106240944422491053650) - [Twitter](https://twitter.com/transdroid) - [Old Google Code site](https://code.google.com/p/transdroid/) - [transdroid@2312.nl](transdroid@2312.nl) +"Manage your torrents from your Android device" + +![Screen shot of the main torretns listing screen](http://2312.nl/img/portfolio-transdroid/240x400-transdroid-main.png) + +Manage your torrents from your Android device with Transdroid. All popular clients are supported, including µTorrent, Transmission, rTorrent, Vuze, Deluge and BitTorrent 6. You can view and manage the running torrents and individual files. Adding is easy via the integrated search, RSS feeds or the barcode scanner. Monitor progress using the home screen widget or background alarm service. + +Transdroid was migrated from its Google Code Mercurial repo to GitHub with the 2.0-alpha3 tag and its .apk release. + +Contributions +============= + +Code and design contributions are very welcome. You might want to contact me via social networks (G+, Twitter) or e-mail first. Please note all code will be GNU GPL v3 licensed. + +Please respect the coding standards for easier merging. master contains the current release version of Transdroid while dev contains the active development version. However, larger, new features are developed in their own branch. + +Code structure +============== + +Transdroid is currently developed in Eclipse, against Android 4.3 (API level 18). To support lite and full version of the app, the core UI is contained in a separate Android library project. The torrent client adapters are also in a seperate project, called Transdroid Connect, but this is a classic Java project. If the Connect project is updated, a fresh .jar needs to be exported (currently manually) to core/libs/transdroid.jar. + +* core - Contains the core Android library project with UI, services, resources, etc. +* full - Full app version (website release) through AndroidManifest.xml configuration +* lite - Lite version (for Play Store, without search and RSS) through AndroidManifest.xml configuration +* external - Local copies of required external Android libraries +* lib - The Torrent Connect project containing torrent client communication code + +Developed By +============ + +Designed and developed by [Eric Kok](eric@2312.nl) of [2312 development](http://2312.nl). Contributions by various others (see commit log). + +License +======= + + Copyright 2010-2013 Eric Kok et al. + + Transdroid 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. + + Transdroid 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 Transdroid. If not, see . + +Some code/libraries/resources are used in the project: + +* [ActionBarSherlock](http://actionbarsherlock.com/) + Jake Wharton + Apache License, Version 2.0 +* [AndroidAnnotations](http://androidannotations.org/) + Pierre-Yves Ricau (eBusinessInformations) et al. + Apache License, Version 2.0 +* [Crouton](https://github.com/keyboardsurfer/Crouton) + Code: Benjamin Weiss (Neofonie Mobile Gmbh) et al. + Idea: Cyril Mottier + Apache License, Version 2.0 +* [Base16Encoder](http://openjpa.apache.org/) + Marc Prud'hommeaux + Apache OpenJPA +* MultipartEntity + Apache Software Foundation + Apache License, Version 2.0 +* RssParser ([learning-android](http://github.com/digitalspaghetti/learning-android)) + Tane Piper + Public Domain +* [Base64](http://iharder.net/base64) + Robert Harder + Public Domain +* [android-xmlrpc](http://code.google.com/p/android-xmlrpc/) + pskink et al. + Apache License, Version 2.0 +* [android-ColorPickerPreference](https://github.com/attenzione/android-ColorPickerPreference) + Daniel Nilsson and Sergey Margaritov + Apache License, Version 2.0 +* [CheckableRelativeLayout](http://www.marvinlabs.com/2010/10/custom-listview-ability-check-items/) + Cédric Caron (MarvinLabs) + Public Domain +* [Funnel icon](http://thenounproject.com/noun/funnel/#icon-No5608) + designed by Naomi Atkinson + from The Noun Project + diff --git a/core/res/drawable-hdpi/ic_action_filter_dark.png b/core/res/drawable-hdpi/ic_action_filter_dark.png new file mode 100644 index 00000000..afca489b Binary files /dev/null and b/core/res/drawable-hdpi/ic_action_filter_dark.png differ diff --git a/core/res/drawable-hdpi/ic_action_filter_light.png b/core/res/drawable-hdpi/ic_action_filter_light.png new file mode 100644 index 00000000..5a286103 Binary files /dev/null and b/core/res/drawable-hdpi/ic_action_filter_light.png differ diff --git a/core/res/drawable-mdpi/ic_action_filter_dark.png b/core/res/drawable-mdpi/ic_action_filter_dark.png new file mode 100644 index 00000000..603ca549 Binary files /dev/null and b/core/res/drawable-mdpi/ic_action_filter_dark.png differ diff --git a/core/res/drawable-mdpi/ic_action_filter_light.png b/core/res/drawable-mdpi/ic_action_filter_light.png new file mode 100644 index 00000000..4a6c23ef Binary files /dev/null and b/core/res/drawable-mdpi/ic_action_filter_light.png differ diff --git a/core/res/drawable-xhdpi/ic_action_filter_dark.png b/core/res/drawable-xhdpi/ic_action_filter_dark.png new file mode 100644 index 00000000..391234fe Binary files /dev/null and b/core/res/drawable-xhdpi/ic_action_filter_dark.png differ diff --git a/core/res/drawable-xhdpi/ic_action_filter_light.png b/core/res/drawable-xhdpi/ic_action_filter_light.png new file mode 100644 index 00000000..d9575c20 Binary files /dev/null and b/core/res/drawable-xhdpi/ic_action_filter_light.png differ diff --git a/core/res/drawable-xxhdpi/ic_action_filter_dark.png b/core/res/drawable-xxhdpi/ic_action_filter_dark.png new file mode 100644 index 00000000..bc4e8d7f Binary files /dev/null and b/core/res/drawable-xxhdpi/ic_action_filter_dark.png differ diff --git a/core/res/drawable-xxhdpi/ic_action_filter_light.png b/core/res/drawable-xxhdpi/ic_action_filter_light.png new file mode 100644 index 00000000..085b2c86 Binary files /dev/null and b/core/res/drawable-xxhdpi/ic_action_filter_light.png differ diff --git a/core/res/menu/activity_torrents.xml b/core/res/menu/activity_torrents.xml index b782ff72..8a64dc92 100644 --- a/core/res/menu/activity_torrents.xml +++ b/core/res/menu/activity_torrents.xml @@ -75,7 +75,8 @@ + diff --git a/core/res/values/changelog.xml b/core/res/values/changelog.xml index 392ffe79..5adbbe17 100644 --- a/core/res/values/changelog.xml +++ b/core/res/values/changelog.xml @@ -17,6 +17,9 @@ --> +Transdroid 2.0.0\n +- UI improvements for Lite version\n +\n Transdroid 2.0.0-alpha4\n - Fixed parallel command execution issues (primarily Transmission)\n \n diff --git a/core/res/values/strings.xml b/core/res/values/strings.xml index e3c335c3..4991ea10 100644 --- a/core/res/values/strings.xml +++ b/core/res/values/strings.xml @@ -363,7 +363,7 @@ \u00A9 Eric Kok, 2312 development Published under GNU General Public License v3 Some code/libraries are used in the project: - ActionBarSherlock\n \u00A0 http://actionbarsherlock.com/\n \u00A0 Jake Wharton \n \u00A0 Apache License, Version 2.0\nAndroidAnnotations\n \u00A0 http://androidannotations.org/\n \u00A0 Pierre-Yves Ricau (eBusinessInformations) et al. \n \u00A0 Apache License, Version 2.0\nCrouton\n \u00A0 https://github.com/keyboardsurfer/Crouton\n \u00A0 Code: Benjamin Weiss (Neofonie Mobile Gmbh) et al. \n \u00A0 Idea: Cyril Mottier \n \u00A0 Apache License, Version 2.0\nBase16Encoder\n \u00A0 http://openjpa.apache.org/\n \u00A0 Marc Prud\'hommeaux \n \u00A0 Apache OpenJPA\n MultipartEntity \n \u00A0 Apache Software Foundation \n \u00A0 Apache License, Version 2.0\nRssParser (learning-android)\n \u00A0 http://github.com/digitalspaghetti/learning-android\n \u00A0 Tane Piper \n \u00A0 Public Domain\nBase64\n \u00A0 http://iharder.net/base64\n \u00A0 Robert Harder \n \u00A0 Public Domain\nandroid-xmlrpc\n \u00A0 http://code.google.com/p/android-xmlrpc/\n \u00A0 pskink et al. \n \u00A0 Apache License, Version 2.0\nandroid-ColorPickerPreference\n \u00A0 https://github.com/attenzione/android-ColorPickerPreference\n \u00A0 Daniel Nilsson and Sergey Margaritov \n \u00A0 Apache License, Version 2.0\nCheckableRelativeLayout\n \u00A0 http://www.marvinlabs.com/2010/10/custom-listview-ability-check-items/\n \u00A0 Cédric Caron (MarvinLabs)\n \u00A0 Public Domain + ActionBarSherlock\n \u00A0 http://actionbarsherlock.com/\n \u00A0 Jake Wharton \n \u00A0 Apache License, Version 2.0\nAndroidAnnotations\n \u00A0 http://androidannotations.org/\n \u00A0 Pierre-Yves Ricau (eBusinessInformations) et al. \n \u00A0 Apache License, Version 2.0\nCrouton\n \u00A0 https://github.com/keyboardsurfer/Crouton\n \u00A0 Code: Benjamin Weiss (Neofonie Mobile Gmbh) et al. \n \u00A0 Idea: Cyril Mottier \n \u00A0 Apache License, Version 2.0\nBase16Encoder\n \u00A0 http://openjpa.apache.org/\n \u00A0 Marc Prud\'hommeaux \n \u00A0 Apache OpenJPA\n MultipartEntity \n \u00A0 Apache Software Foundation \n \u00A0 Apache License, Version 2.0\nRssParser (learning-android)\n \u00A0 http://github.com/digitalspaghetti/learning-android\n \u00A0 Tane Piper \n \u00A0 Public Domain\nBase64\n \u00A0 http://iharder.net/base64\n \u00A0 Robert Harder \n \u00A0 Public Domain\nandroid-xmlrpc\n \u00A0 http://code.google.com/p/android-xmlrpc/\n \u00A0 pskink et al. \n \u00A0 Apache License, Version 2.0\nandroid-ColorPickerPreference\n \u00A0 https://github.com/attenzione/android-ColorPickerPreference\n \u00A0 Daniel Nilsson and Sergey Margaritov \n \u00A0 Apache License, Version 2.0\nCheckableRelativeLayout\n \u00A0 http://www.marvinlabs.com/2010/10/custom-listview-ability-check-items/\n \u00A0 Cédric Caron (MarvinLabs)\n \u00A0 Public Domain\nFunnel icon\n \u00A0 http://thenounproject.com/noun/funnel/#icon-No5608\n \u00A0 Naomi Atkinson from The Noun Project\n \u00A0 Creative Commons Attribution 3.0 Manage your torrents from your Android device diff --git a/core/res/values/styles.xml b/core/res/values/styles.xml index 4fe309bc..c8436e9d 100644 --- a/core/res/values/styles.xml +++ b/core/res/values/styles.xml @@ -22,6 +22,7 @@ @color/background_light @drawable/ic_action_discard_light + @drawable/ic_action_filter_light @drawable/ic_action_labels_light @drawable/ic_action_new_light @drawable/ic_action_pause_light @@ -51,6 +52,7 @@ @color/background_dark @drawable/ic_action_discard_dark + @drawable/ic_action_filter_dark @drawable/ic_action_labels_dark @drawable/ic_action_new_dark @drawable/ic_action_pause_dark