diff --git a/greendroid/.gitignore b/greendroid/.gitignore index 3c8e6349e..37dc7d784 100644 --- a/greendroid/.gitignore +++ b/greendroid/.gitignore @@ -1,9 +1,4 @@ */bin/* */gen/* *.DS_Store -*.pyc - -# Prevent Git from versioning the GreenDroid library in the samples project. - -GDCatalog/src/greendroid/* -GDCatalog/res/*/gd_* \ No newline at end of file +*.pyc \ No newline at end of file diff --git a/greendroid/CHANGES.mdown b/greendroid/CHANGES.mdown new file mode 100644 index 000000000..92b47f14a --- /dev/null +++ b/greendroid/CHANGES.mdown @@ -0,0 +1,40 @@ +#GreenDroid Changes History + +##Changes from March 22, 2011 (version 0.11) + +- [CHANGE] Refactor on some GreenDroid style. Styles related to `ItemView`s are now named `@style/GreenDroid.Widget.ItemView.` + * This change may impact your code if you are extending GreenDroid's styles. There is no impact otherwise +- [CHANGE] The `SegmentedBar` style has been refactored to be in accordance with other widget styles. It is now in `@style/GreenDroid.Widget` +- [CHANGE] All XML files have been re-indented with tabs instead of spaces (used in Java files) +- [FIXED] `ActionBar` title background has previously inherited from the `ActionBar`. As a result, using translucent backgrounds was quite hazardous. + * Starting for now, the `ActionBar` title has no background. The background is only given by the `ActionBar` itself. +- [FIXED] The `ImageLoaderCallback.onImageLoadingFailed(ImageLoader loader, Throwable exception)` was sometimes called with a null `Throwable`. +- [NEW] New `setBitmapFactoryOptions(BitmapFactory.Options)` and `setInDensity(int)` / `greendroid:inDensity` methods to `AsyncImageView` + * May be used to bypass the default image loading behavior. By default images loaded from the network are all considered + as mdpi images. Using a `BitmapFactory.Options` object with a inDensity to `DisplayMetrics.DENSITY_HIGH` will load images as hdpi images. +- [NEW] Add of new Javadoc on some GreenDroid's classes (`AsyncImageView`, `Time`, `ImageProcessor`, etc.) +- [NEW] Add of new `ActionBarItem.Type`. Almost 10 new icons are now available. Icons are extracted from the [Android Assets Studio][android_assets_studio] project by Roman Nurik +- [NEW] GreenDroid now has a version number! This makes GreenDroid's versions and history tracking way easier. + +##Changes from March 1, 2011 (version 0.10) + +- [NEW] Add of a complete image loader system: `AsyncImageView` widget, `ImageLoader`, `ImageCache`, etc. +- [FIXED] Class check issue in `GDTabActivity` +- [NEW] `GDListActivity` does not force normal `ActionBar` mode anymore +- [NEW] Add of a new `ActionBar.Type`: `ÀctionBar.Type.Empty` + * In this mode, the `ActionBar` has no "Home" button +- [NEW] `addActionBarItem()` methods now return the newly added `ActionBarItem` +- [NEW] `ActionBarItem` can be "tagged". This makes `ActionBarItem` click handling way easier +- [NEW] Add of a `removeItem(ActionBarItem)` in the `ActionBar` widget +- [NEW] Add of a new `ActionBarDrawable` class that helps the developer easily creating `Drawable`s for `ActionBar`s + * The `ActionBarDrawable` takes a `Drawable` and automatically fill the shape with the white or black color + depending on its current state. It allows you to decrease the size of your project. (GreenDroid's size + has also decreased thanks to this optimization) +- [NEW] Add of a `GDMapActivity` + * In order to use it you have to replace GreenDroid by the new GreenDroid-GoogleAPI library. + GreenDroid-GoogleAPIs already integrates the GreenDroid library. +- [NEW] Add of a new `ActionBarActivity` extra parameter: `ÀctionBarActivity.GD_ACTION_BAR_VISIBILITY` + * Enable `ActionBar` visibility changes from parameters passed via an `Intent`. This may be useful when using + a reusable `GDActivity` inside a `GDTabActivity`. + +[android_assets_studio]: http://j.mp/androidassetstudio \ No newline at end of file diff --git a/greendroid/GDCatalog/AndroidManifest.xml b/greendroid/GDCatalog/AndroidManifest.xml index 2e0161ed2..3fcfeda7e 100644 --- a/greendroid/GDCatalog/AndroidManifest.xml +++ b/greendroid/GDCatalog/AndroidManifest.xml @@ -23,15 +23,16 @@ android:versionCode="1" android:versionName="1.0"> + + + + android:name=".CatalogApplication"> - + @@ -39,35 +40,28 @@ - - + android:name=".InfoTabActivity" + android:label="@string/general_info_label"/> + + + + + + + android:theme="@style/Theme.GDCatalog.TweakedItems" /> - - - - - + + + + - + + + - - \ No newline at end of file diff --git a/greendroid/GDCatalog/assets/LICENSE.txt b/greendroid/GDCatalog/assets/LICENSE.txt new file mode 100644 index 000000000..b7dafce6b --- /dev/null +++ b/greendroid/GDCatalog/assets/LICENSE.txt @@ -0,0 +1,56 @@ + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + 1. You must give any other recipients of the Work or Derivative Works a copy of this License; and + + 2. You must cause any modified files to carry prominent notices stating that You changed the files; and + + 3. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + 4. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + +You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS diff --git a/greendroid/GDCatalog/default.properties b/greendroid/GDCatalog/default.properties index 1bb292689..3c8031c8f 100644 --- a/greendroid/GDCatalog/default.properties +++ b/greendroid/GDCatalog/default.properties @@ -11,4 +11,4 @@ split.density=false # Project target. target=android-4 -android.library.reference.1=../GreenDroid/ +android.library.reference.1=../GreenDroid diff --git a/greendroid/GDCatalog/res/color/link.xml b/greendroid/GDCatalog/res/color/link.xml new file mode 100644 index 000000000..d4f7ea0cf --- /dev/null +++ b/greendroid/GDCatalog/res/color/link.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + diff --git a/greendroid/GDCatalog/res/drawable-hdpi/greendroid_application_logo.png b/greendroid/GDCatalog/res/drawable-hdpi/greendroid_application_logo.png deleted file mode 100644 index 944bb5fd1..000000000 Binary files a/greendroid/GDCatalog/res/drawable-hdpi/greendroid_application_logo.png and /dev/null differ diff --git a/greendroid/GDCatalog/res/drawable-hdpi/greendroid_application_logo_alt.png b/greendroid/GDCatalog/res/drawable-hdpi/greendroid_application_logo_alt.png new file mode 100644 index 000000000..de9d22867 Binary files /dev/null and b/greendroid/GDCatalog/res/drawable-hdpi/greendroid_application_logo_alt.png differ diff --git a/greendroid/GDCatalog/res/drawable-hdpi/greendroid_application_logo_normal.png b/greendroid/GDCatalog/res/drawable-hdpi/greendroid_application_logo_normal.png new file mode 100644 index 000000000..39f240813 Binary files /dev/null and b/greendroid/GDCatalog/res/drawable-hdpi/greendroid_application_logo_normal.png differ diff --git a/greendroid/GDCatalog/res/drawable-hdpi/greendroid_logo.png b/greendroid/GDCatalog/res/drawable-hdpi/greendroid_logo.png new file mode 100644 index 000000000..fc5cb0de1 Binary files /dev/null and b/greendroid/GDCatalog/res/drawable-hdpi/greendroid_logo.png differ diff --git a/greendroid/GDCatalog/res/drawable-hdpi/ic_action_bar_info.png b/greendroid/GDCatalog/res/drawable-hdpi/ic_action_bar_info.png new file mode 100644 index 000000000..59ec7e078 Binary files /dev/null and b/greendroid/GDCatalog/res/drawable-hdpi/ic_action_bar_info.png differ diff --git a/greendroid/GDCatalog/res/drawable-hdpi/greendroid_icon.png b/greendroid/GDCatalog/res/drawable-hdpi/ic_gdcatalog.png similarity index 100% rename from greendroid/GDCatalog/res/drawable-hdpi/greendroid_icon.png rename to greendroid/GDCatalog/res/drawable-hdpi/ic_gdcatalog.png diff --git a/greendroid/GDCatalog/res/drawable-hdpi/header_bg.9.png b/greendroid/GDCatalog/res/drawable-hdpi/separator_bg.9.png similarity index 100% rename from greendroid/GDCatalog/res/drawable-hdpi/header_bg.9.png rename to greendroid/GDCatalog/res/drawable-hdpi/separator_bg.9.png diff --git a/greendroid/GDCatalog/res/drawable-mdpi/greendroid_application_logo.png b/greendroid/GDCatalog/res/drawable-mdpi/greendroid_application_logo.png deleted file mode 100755 index f4ce26e7b..000000000 Binary files a/greendroid/GDCatalog/res/drawable-mdpi/greendroid_application_logo.png and /dev/null differ diff --git a/greendroid/GDCatalog/res/drawable-mdpi/greendroid_application_logo_alt.png b/greendroid/GDCatalog/res/drawable-mdpi/greendroid_application_logo_alt.png new file mode 100644 index 000000000..046e350f5 Binary files /dev/null and b/greendroid/GDCatalog/res/drawable-mdpi/greendroid_application_logo_alt.png differ diff --git a/greendroid/GDCatalog/res/drawable-mdpi/greendroid_application_logo_normal.png b/greendroid/GDCatalog/res/drawable-mdpi/greendroid_application_logo_normal.png new file mode 100644 index 000000000..c17623673 Binary files /dev/null and b/greendroid/GDCatalog/res/drawable-mdpi/greendroid_application_logo_normal.png differ diff --git a/greendroid/GDCatalog/res/drawable-mdpi/greendroid_logo.png b/greendroid/GDCatalog/res/drawable-mdpi/greendroid_logo.png new file mode 100644 index 000000000..62bf17a87 Binary files /dev/null and b/greendroid/GDCatalog/res/drawable-mdpi/greendroid_logo.png differ diff --git a/greendroid/GDCatalog/res/drawable-mdpi/ic_action_bar_info.png b/greendroid/GDCatalog/res/drawable-mdpi/ic_action_bar_info.png new file mode 100644 index 000000000..8318a3dc7 Binary files /dev/null and b/greendroid/GDCatalog/res/drawable-mdpi/ic_action_bar_info.png differ diff --git a/greendroid/GDCatalog/res/drawable-mdpi/greendroid_icon.png b/greendroid/GDCatalog/res/drawable-mdpi/ic_gdcatalog.png similarity index 100% rename from greendroid/GDCatalog/res/drawable-mdpi/greendroid_icon.png rename to greendroid/GDCatalog/res/drawable-mdpi/ic_gdcatalog.png diff --git a/greendroid/GDCatalog/res/drawable-mdpi/header_bg.9.png b/greendroid/GDCatalog/res/drawable-mdpi/separator_bg.9.png similarity index 100% rename from greendroid/GDCatalog/res/drawable-mdpi/header_bg.9.png rename to greendroid/GDCatalog/res/drawable-mdpi/separator_bg.9.png diff --git a/greendroid/GreenDroid/res/drawable/gd_action_bar_home.xml b/greendroid/GDCatalog/res/drawable/greendroid_application_logo.xml similarity index 67% rename from greendroid/GreenDroid/res/drawable/gd_action_bar_home.xml rename to greendroid/GDCatalog/res/drawable/greendroid_application_logo.xml index e744dd9bb..ac8c0a9f1 100644 --- a/greendroid/GreenDroid/res/drawable/gd_action_bar_home.xml +++ b/greendroid/GDCatalog/res/drawable/greendroid_application_logo.xml @@ -19,23 +19,16 @@ - + - - - + android:drawable="@drawable/greendroid_application_logo_alt" /> + - + android:drawable="@drawable/greendroid_application_logo_alt" /> + + android:drawable="@drawable/greendroid_application_logo_normal" /> + diff --git a/greendroid/GDCatalog/res/drawable/ic_title_export.xml b/greendroid/GDCatalog/res/drawable/ic_title_export.xml index c979f55eb..ed09bb102 100644 --- a/greendroid/GDCatalog/res/drawable/ic_title_export.xml +++ b/greendroid/GDCatalog/res/drawable/ic_title_export.xml @@ -19,6 +19,7 @@ + + + + + + + + + + + + + + diff --git a/greendroid/GDCatalog/res/layout/image.xml b/greendroid/GDCatalog/res/layout/image.xml new file mode 100644 index 000000000..53c60b197 --- /dev/null +++ b/greendroid/GDCatalog/res/layout/image.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + +