diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a1383ac --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +.gradle +*.iml +*.keystore +/local.properties +private.properties +/.idea/ +.DS_Store +/build +bin/ +gen/ +libs/ +aarDependencies/ +.project +.classpath +project.properties diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..46a6292 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,39 @@ +# Thank you for your contribution! + +Any contributions will be greatly appreciated. + +Before submitting a new issue, please check the following guideline. + +## Describe your issue as much as possible + +The library itself only provides the scroll information, +and creating awesome scrolling effects depends deeply on how you use it: layout, offset calculation to animate views, etc. + +Therefore, if you find an issue, please describe not only the issue itself but also the following information: + +### If you find it in the sample app of this project + +* Required + * Activity name + * Operation to produce the issue + * Modified code + * If you modified some codes in the sample, it should be described with modified codes +* Preferred + * Version (git commit hash) of the codes + * Android OS version + * device + * Nexus5, x86 emulator, etc. + +### If you find it in your app + +* Required + * Operation to produce the issue + * Related code + * Without the related codes, I can't say anything. + Screenshot / movie is useful to understand the issue, + but not enough to discuss the cause of the issue. +* Preferred + * Version of the library + * Android OS version + * device + * Nexus5, x86 emulator, etc. diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,202 @@ + + 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: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) 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 + + (d) 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 + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..e374b9a --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Android-DrawableAnimationSeries +=== + +Android library to create complex multi-state animations. diff --git a/build.gradle b/build.gradle new file mode 100644 index 0000000..f8b50cd --- /dev/null +++ b/build.gradle @@ -0,0 +1,5 @@ +buildscript { + repositories { + mavenCentral() + } +} diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..61683bb --- /dev/null +++ b/gradle.properties @@ -0,0 +1,14 @@ +VERSION_NAME=0.1.0 +SYNCED_VERSION_NAME=0.1.0 +GROUP=com.getkeepsafe + +POM_DESCRIPTION=Android library to create complex animations. +POM_URL=https://github.com/KeepSafe/Android-DrawableAnimationSeries +POM_SCM_URL=https://github.com/KeepSafe/Android-DrawableAnimationSeries +POM_SCM_CONNECTION=scm:git:git://github.com/KeepSafe/Android-DrawableAnimationSeries.git +POM_SCM_DEV_CONNECTION=scm:git:git@github.com:KeepSafe/Android-DrawableAnimationSeries.git +POM_LICENCE_NAME=Apache License 2.0 +POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0 +POM_LICENCE_DIST=repo +POM_DEVELOPER_ID=KeepSafe +POM_DEVELOPER_NAME=KeepSafe diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000..8c0fb64 Binary files /dev/null and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000..0c71e76 --- /dev/null +++ b/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,6 @@ +#Wed Apr 10 15:27:10 PDT 2013 +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip diff --git a/gradlew b/gradlew new file mode 100644 index 0000000..91a7e26 --- /dev/null +++ b/gradlew @@ -0,0 +1,164 @@ +#!/usr/bin/env bash + +############################################################################## +## +## Gradle start up script for UN*X +## +############################################################################## + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS="" + +APP_NAME="Gradle" +APP_BASE_NAME=`basename "$0"` + +# Use the maximum available, or set MAX_FD != -1 to use that value. +MAX_FD="maximum" + +warn ( ) { + echo "$*" +} + +die ( ) { + echo + echo "$*" + echo + exit 1 +} + +# OS specific support (must be 'true' or 'false'). +cygwin=false +msys=false +darwin=false +case "`uname`" in + CYGWIN* ) + cygwin=true + ;; + Darwin* ) + darwin=true + ;; + MINGW* ) + msys=true + ;; +esac + +# For Cygwin, ensure paths are in UNIX format before anything is touched. +if $cygwin ; then + [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"` +fi + +# Attempt to set APP_HOME +# Resolve links: $0 may be a link +PRG="$0" +# Need this for relative symlinks. +while [ -h "$PRG" ] ; do + ls=`ls -ld "$PRG"` + link=`expr "$ls" : '.*-> \(.*\)$'` + if expr "$link" : '/.*' > /dev/null; then + PRG="$link" + else + PRG=`dirname "$PRG"`"/$link" + fi +done +SAVED="`pwd`" +cd "`dirname \"$PRG\"`/" >&- +APP_HOME="`pwd -P`" +cd "$SAVED" >&- + +CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar + +# Determine the Java command to use to start the JVM. +if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD="$JAVA_HOME/jre/sh/java" + else + JAVACMD="$JAVA_HOME/bin/java" + fi + if [ ! -x "$JAVACMD" ] ; then + die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +else + JAVACMD="java" + which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." +fi + +# Increase the maximum file descriptors if we can. +if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then + MAX_FD_LIMIT=`ulimit -H -n` + if [ $? -eq 0 ] ; then + if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then + MAX_FD="$MAX_FD_LIMIT" + fi + ulimit -n $MAX_FD + if [ $? -ne 0 ] ; then + warn "Could not set maximum file descriptor limit: $MAX_FD" + fi + else + warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" + fi +fi + +# For Darwin, add options to specify how the application appears in the dock +if $darwin; then + GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" +fi + +# For Cygwin, switch paths to Windows format before running java +if $cygwin ; then + APP_HOME=`cygpath --path --mixed "$APP_HOME"` + CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` + + # We build the pattern for arguments to be converted via cygpath + ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` + SEP="" + for dir in $ROOTDIRSRAW ; do + ROOTDIRS="$ROOTDIRS$SEP$dir" + SEP="|" + done + OURCYGPATTERN="(^($ROOTDIRS))" + # Add a user-defined pattern to the cygpath arguments + if [ "$GRADLE_CYGPATTERN" != "" ] ; then + OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" + fi + # Now convert the arguments - kludge to limit ourselves to /bin/sh + i=0 + for arg in "$@" ; do + CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` + CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option + + if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition + eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` + else + eval `echo args$i`="\"$arg\"" + fi + i=$((i+1)) + done + case $i in + (0) set -- ;; + (1) set -- "$args0" ;; + (2) set -- "$args0" "$args1" ;; + (3) set -- "$args0" "$args1" "$args2" ;; + (4) set -- "$args0" "$args1" "$args2" "$args3" ;; + (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; + (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; + (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; + (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; + (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; + esac +fi + +# Split up the JVM_OPTS And GRADLE_OPTS values into an array, following the shell quoting and substitution rules +function splitJvmOpts() { + JVM_OPTS=("$@") +} +eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS +JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME" + +exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@" diff --git a/gradlew.bat b/gradlew.bat new file mode 100644 index 0000000..aec9973 --- /dev/null +++ b/gradlew.bat @@ -0,0 +1,90 @@ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS= + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto init + +echo. +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto init + +echo. +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:init +@rem Get command-line arguments, handling Windowz variants + +if not "%OS%" == "Windows_NT" goto win9xME_args +if "%@eval[2+2]" == "4" goto 4NT_args + +:win9xME_args +@rem Slurp the command line arguments. +set CMD_LINE_ARGS= +set _SKIP=2 + +:win9xME_args_slurp +if "x%~1" == "x" goto execute + +set CMD_LINE_ARGS=%* +goto execute + +:4NT_args +@rem Get arguments from the 4NT Shell from JP Software +set CMD_LINE_ARGS=%$ + +:execute +@rem Setup the command line + +set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% + +:end +@rem End local scope for the variables with windows NT shell +if "%ERRORLEVEL%"=="0" goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 +exit /b 1 + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/library/.gitignore b/library/.gitignore new file mode 100644 index 0000000..796b96d --- /dev/null +++ b/library/.gitignore @@ -0,0 +1 @@ +/build diff --git a/library/AndroidManifest.xml b/library/AndroidManifest.xml new file mode 100644 index 0000000..2801fff --- /dev/null +++ b/library/AndroidManifest.xml @@ -0,0 +1,3 @@ + + + diff --git a/library/build.gradle b/library/build.gradle new file mode 100644 index 0000000..d21f12b --- /dev/null +++ b/library/build.gradle @@ -0,0 +1,34 @@ +buildscript { + repositories { + mavenCentral() + } + dependencies { + classpath 'com.android.tools.build:gradle:1.1.0' + } +} + +apply plugin: 'com.android.library' + +repositories { + mavenCentral() +} + +android { + compileSdkVersion 21 + buildToolsVersion "21.1.2" + + defaultConfig { + minSdkVersion 9 + } + + sourceSets { + main { + manifest.srcFile 'AndroidManifest.xml' + res.srcDirs = ['res'] + } + } + + lintOptions { + abortOnError false + } +} \ No newline at end of file diff --git a/library/gradle.properties b/library/gradle.properties new file mode 100644 index 0000000..a5035de --- /dev/null +++ b/library/gradle.properties @@ -0,0 +1,3 @@ +POM_NAME=Android-ObservableScrollView +POM_ARTIFACT_ID=android-observablescrollview +POM_PACKAGING=aar diff --git a/library/res/.gitkeep b/library/res/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/library/src/main/java/com/getkeepsafe/android/drawableanimationseries/DrawableAnimationSeries.java b/library/src/main/java/com/getkeepsafe/android/drawableanimationseries/DrawableAnimationSeries.java new file mode 100755 index 0000000..f9a052d --- /dev/null +++ b/library/src/main/java/com/getkeepsafe/android/drawableanimationseries/DrawableAnimationSeries.java @@ -0,0 +1,471 @@ +package com.getkeepsafe.android.drawableanimationseries; + +import android.annotation.SuppressLint; +import android.content.Context; +import android.graphics.drawable.AnimationDrawable; +import android.os.Build; +import android.view.View; + +import org.json.JSONArray; +import org.json.JSONException; +import org.json.JSONObject; + +import java.io.BufferedReader; +import java.io.IOException; +import java.io.InputStreamReader; +import java.util.HashMap; +import java.util.Iterator; +import java.util.Map; + +/** + * Animates a series of separate AnimationDrawables on the background of a single View. + * The view to animate is passed in the constructor. Animations are added with addSection, or they + * can be defined in a JSON resource and passed to fromJsonResource. To start an animation, + * call transitionNow or queueTransition. + * + * @author AJ Alt + */ +public class DrawableAnimationSeries implements NotifyingAnimationDrawable.OnAnimationFinishedListener { + private final static String TAG = "DrawableAnimationSeries"; + public static final int DEFAULT_FRAME_DURATION = 33; + public static final boolean DEFAULT_ONESHOT_STATUS = true; + + /** + * A class that creates an AnimationDrawable from a list of frames. + */ + private static class AnimationDrawableLoader { + private int mFrameDuration; + private boolean mIsOneShot; + private int[] mFrameIds; + private Context mContext; + + public AnimationDrawableLoader(Context context) { + mContext = context; + } + + public AnimationDrawableLoader(Context context, int frameDuration, boolean isOneShot, String[] frameNames) { + mContext = context; + mFrameDuration = frameDuration; + mIsOneShot = isOneShot; + + mFrameIds = new int[frameNames.length]; + + for (int i = 0; i < frameNames.length; i++) { + mFrameIds[i] = mContext.getResources().getIdentifier(frameNames[i], "drawable", mContext.getPackageName()); + } + } + + public NotifyingAnimationDrawable load() { + NotifyingAnimationDrawable d = new NotifyingAnimationDrawable(); + d.setOneShot(mIsOneShot); + + // XXX: AnimationDrawable has a bug that causes it to be unresponsive + // if exactly one frame is added. A workaround is to add the same frame + // twice if there's only one. + if (mFrameIds.length == 1) { + for (int i = 0; i < 2; i++) { + d.addFrame(mContext.getResources().getDrawable(mFrameIds[0]), mFrameDuration); + } + d.setOneShot(true); + } else { + for (int resid : mFrameIds) { + d.addFrame(mContext.getResources().getDrawable(resid), mFrameDuration); + } + } + return d; + } + + /** + * Returns the duration of this animation. + * + * @return int number of milliseconds that the animation will play. + */ + public int totalDuration() { + return mFrameDuration * mFrameIds.length; + } + } + + /** + * A class that holds loaders for a single animation section and transitions to that section. + */ + private static class AnimationSection { + private String mId; + private AnimationDrawableLoader mLoader; + private Map mTransitions; + + public AnimationSection(String id, AnimationDrawableLoader loader, Map transitions) { + mId = id; + mLoader = loader; + mTransitions = transitions; + } + + /** + * @param id The id of this section. + * @param loader A loader for this section's primary animation. + */ + public AnimationSection(String id, AnimationDrawableLoader loader) { + this(id, loader, new HashMap()); + } + + public String getId() { + return mId; + } + + /** + * Creates the primary animation drawable for this section. + */ + public NotifyingAnimationDrawable loadDrawable() { + return mLoader.load(); + } + + /** + * @param fromId The id of the section to transition from. + * @return The transition animation for fromId if one has been added, or null. + */ + public NotifyingAnimationDrawable getTransition(String fromId) { + if (mTransitions.containsKey(fromId)) { + return mTransitions.get(fromId).load(); + } + return null; + } + + /** + * @param fromId The Id of the section that will be transitioned from. + * @param loader The loader for this transition animation. + */ + public void addTransition(String fromId, AnimationDrawableLoader loader) { + mTransitions.put(fromId, loader); + } + + /** + * Calculates the total duration if the animation, including the transition. + * + * @param fromId If a transition exists from this id, the duration will include the transition duration. + * @return int number of milliseconds. + */ + public int getDuration(String fromId) { + int total = mLoader.totalDuration(); + AnimationDrawableLoader loader = mTransitions.get(fromId); + if (loader != null) { + total += loader.totalDuration(); + } + return total; + } + + /** + * Calculates the duration of the animation, excluding any transition. + * + * @return int number of milliseconds. + */ + public int getDuration() { + return getDuration(null); + } + } + + + public interface AnimationSeriesListener { + /** + * Called when a playing animation finishes and before the drawable is replaced. + */ + void onAnimationFinished(); + + /** + * Called after a new animation has been created, but before the animation has started. + * The new animation can be accessed through getCurrentDrawable. + */ + void onAnimationStarting(); + } + + private AnimationSeriesListener mListener; + private AnimationSection mCurrentSection; + /** + * The id of the animation that will be started as soon as the current animation + * finishes, or null if no animation is queued. + */ + private AnimationSection mNextSection; + private Context mContext; + private NotifyingAnimationDrawable mCurrentDrawable; + /** + * The id of the previous section if a transition is currently playing, or null + * id no transition is playing. + */ + private String mTransitioningFromId; + private View mView; + + /** + * An array of resource IDs corresponding to animations that can be played. + */ + private Map mSectionsById; + + /** + * @param context the Application context. + * @param view If not null, animations will be set as the background of this view. + */ + public DrawableAnimationSeries(Context context, View view) { + mContext = context; + mSectionsById = new HashMap(); + mView = view; + } + + /** + * @param context The application Context. + */ + public DrawableAnimationSeries(Context context) { + this(context, null); + } + + /** + * Convert a JSONArray containing only strings to a String[]. + * + * @param jsonArray the array to convert. + * @return a String[] with the contents of the JSONArray. + * @throws org.json.JSONException + */ + private static String[] jsonArrayToArray(JSONArray jsonArray) throws JSONException { + String[] array = new String[jsonArray.length()]; + for (int i = 0; i < array.length; i++) { + array[i] = jsonArray.getString(i); + } + return array; + } + + /** + * Creates a new DrawableAnimationSeries object from a json string. + * The document must have the following structure: + *
+     * {
+     *    "section_name": {
+     *        "oneshot": false,
+     *        "frame_duration": 33,
+     *        "frames": [
+     *            "frame_01",
+     *            "frame_02"
+     *        ],
+     *        "transitions_from": {
+     *            "other_section_id": {
+     *                "frame_duration": 33,
+     *                "frames": [
+     *                    "spinner_intro_001",
+     *                    "spinner_intro_002"
+     *                ]
+     *            }
+     *        }
+     *    }
+     *    "other_section_id": {
+     *        "oneshot": true,
+     *        "frames": [
+     *          "other_frame_01"
+     *        ]
+     *    }
+     * }
+     * 
+ * If "oneshot" is false, the animation will play in a loop instead of stopping at the last + * frame. + * "frame_duration" is the number of milliseconds that each frame in the "frame" list will play. + * It defaults to 33 if not given. + * "frames" is a list of string resource ID names that must correspond to a drawable resource. + * "transitions_from" is optional, and is a list of animations that play when transitioning to the + * current state from another given state. + * + * @param context The application Context. + * @param view If not null, animations will be set as the background of this view. + * @param resid The resource ID the the raw json document. + * @return A new DrawableAnimationSeries. + * @throws JSONException + */ + public static DrawableAnimationSeries fromJsonResource(Context context, View view, int resid) throws JSONException, IOException { + // Read the resource into a string + BufferedReader r = new BufferedReader(new InputStreamReader(context.getResources().openRawResource(resid))); + StringBuilder builder = new StringBuilder(); + String line; + while ((line = r.readLine()) != null) { + builder.append(line); + } + + // Parse + DrawableAnimationSeries drawableSeries = new DrawableAnimationSeries(context, view); + JSONObject root = new JSONObject(builder.toString()); + + // The root is a an object with keys that are sequence IDs + for (Iterator iter = root.keys(); iter.hasNext();) { + String id = iter.next(); + JSONObject obj = root.getJSONObject(id); + int frameDuration = obj.optInt("frame_duration", DEFAULT_FRAME_DURATION); + boolean isOneShot = obj.optBoolean("oneshot", DEFAULT_ONESHOT_STATUS); + JSONArray frames = obj.getJSONArray("frames"); + AnimationDrawableLoader loader = new AnimationDrawableLoader(context, frameDuration, isOneShot, jsonArrayToArray(frames)); + AnimationSection section = new AnimationSection(id, loader); + + JSONObject transitions_from; + if (obj.has("transitions_from")) { + transitions_from = obj.getJSONObject("transitions_from"); + } else { + transitions_from = new JSONObject(); + } + + // The optional "transitions" entry is another list of objects + for (Iterator transition_iter = transitions_from.keys(); transition_iter.hasNext();) { + String from = transition_iter.next(); + + JSONObject t_obj = transitions_from.getJSONObject(from); + frameDuration = t_obj.optInt("frame_duration", DEFAULT_FRAME_DURATION); + frames = t_obj.getJSONArray("frames"); + loader = new AnimationDrawableLoader(context, frameDuration, true, jsonArrayToArray(frames)); + section.addTransition(from, loader); + } + drawableSeries.addSection(section); + } + + return drawableSeries; + } + + /** + * Create a DrawableAnimationSeries from a JSON resource without a connected View. + * + * @param context the Application context. + * @param resid The resource ID the the raw json document. + * @return A new DrawableAnimationSeries instance. + * @throws JSONException + * @throws IOException + */ + public static DrawableAnimationSeries fromJsonResource(Context context, int resid) throws JSONException, IOException { + return DrawableAnimationSeries.fromJsonResource(context, null, resid); + } + + /** + * Add an animation section to this series. + * + * @param section the section to add. + */ + private void addSection(AnimationSection section) { + mSectionsById.put(section.getId(), section); + } + + /** + * Returns the registered listener. + */ + public AnimationSeriesListener getSeriesAnimationFinishedListener() { + return mListener; + } + + /** + * Registers a listener that will be called when a running animation finishes. If the + * animation is continuous, the listener will be called every time the last frame of the + * animation is played. + * + * @param listener The listener to register. + */ + public void setSeriesAnimationFinishedListener(AnimationSeriesListener listener) { + this.mListener = listener; + } + + /** + * Calculates the total duration of the current animation section, including the transition + * if applicable. If the the animation is not a oneshot, the total will be for a single loop. + * + * @return The total animation duration, or 0 if no animation is playing. + */ + public int currentSectionDuration() { + if (mCurrentSection == null) return 0; + return mCurrentSection.getDuration(mTransitioningFromId); + } + + /** + * Returns the currently playing animation, or null if no animation has ever played. + */ + public AnimationDrawable getCurrentDrawable() { + return mCurrentDrawable; + } + + /** + * Return the ID of the current section if one is playing, or null otherwise. + */ + public String getCurrentSectionId() { + return mCurrentSection == null ? null : mCurrentSection.getId(); + } + + /** + * Play an animation drawable. + * + * @param drawable The drawable to play. + */ + @SuppressLint("NewApi") + private void playDrawable(NotifyingAnimationDrawable drawable) { + mCurrentDrawable = drawable; + mCurrentDrawable.setAnimationFinishedListener(this); + + if (mListener != null) { + mListener.onAnimationStarting(); + } + + if (mView != null) { + if (Build.VERSION.SDK_INT >= 16) { + mView.setBackground(mCurrentDrawable); + } else { + mView.setBackgroundDrawable(mCurrentDrawable); + } + } + mCurrentDrawable.start(); + } + + /** + * Queues a section to start as soon as the current animation finishes. + * If no animation is playing, the queued animation will be started immediately + * if it is not the current animation. + */ + public void queueTransition(String id) { + if (mCurrentSection == null || + !getCurrentSectionId().equals(id) && + mCurrentDrawable != null && + mCurrentDrawable.isOneShot() && + mCurrentDrawable.isFinished()) { + transitionNow(id); + } else { + mNextSection = mSectionsById.get(id); + } + } + + /** + * Starts a specific section without waiting for the current animation to finish. + * If the last registered animation is currently playing, or no animations have been + * registered, no action is taken. + */ + public void transitionNow(String id) { + AnimationSection newSection = mSectionsById.get(id); + if (newSection == null) { + throw new RuntimeException("transitionNow called with invalid id: " + id); + } + + // If the section has a transition from the old section, play the + // transition before the main animation. + NotifyingAnimationDrawable transition = mCurrentSection == null ? + null : newSection.getTransition(mCurrentSection.getId()); + if (transition != null) { + mCurrentDrawable = transition; + mTransitioningFromId = mCurrentSection.getId(); + } else { + mCurrentDrawable = newSection.loadDrawable(); + mTransitioningFromId = null; + } + mCurrentSection = newSection; + mNextSection = null; + + playDrawable(mCurrentDrawable); + } + + /** + * Calls the listener callback if one was registered and transitions to the next state. + */ + @Override + public void onAnimationFinished() { + if (mListener != null) { + mListener.onAnimationFinished(); + } + if (mTransitioningFromId != null) { + playDrawable(mCurrentSection.loadDrawable()); + mTransitioningFromId = null; + } else if (mNextSection != null) { + transitionNow(mNextSection.getId()); + } + } +} diff --git a/library/src/main/java/com/getkeepsafe/android/drawableanimationseries/NotifyingAnimationDrawable.java b/library/src/main/java/com/getkeepsafe/android/drawableanimationseries/NotifyingAnimationDrawable.java new file mode 100755 index 0000000..180a781 --- /dev/null +++ b/library/src/main/java/com/getkeepsafe/android/drawableanimationseries/NotifyingAnimationDrawable.java @@ -0,0 +1,76 @@ +package com.getkeepsafe.android.drawableanimationseries; + +import android.graphics.drawable.AnimationDrawable; + +/** + * Extends AnimationDrawable to signal an event when the animation finishes. + * This class behaves identically to a normal AnimationDrawable, but contains a method for + * registering a callback that is called whenever the final frame of the animation is played. + * If the animation is continuous, the callback will be called repeatedly while the animation + * is running. + * + * @author AJ Alt + */ +public class NotifyingAnimationDrawable extends AnimationDrawable { + public interface OnAnimationFinishedListener { + void onAnimationFinished(); + } + + private boolean mFinished = false; + private OnAnimationFinishedListener mListener; + + /** + * @param drawable The frames data from animation will be copied into this instance. The animation object will be unchanged. + */ + public NotifyingAnimationDrawable(AnimationDrawable drawable) { + for (int i = 0; i < drawable.getNumberOfFrames(); i++) { + addFrame(drawable.getFrame(i), drawable.getDuration(i)); + } + setOneShot(drawable.isOneShot()); + } + + public NotifyingAnimationDrawable() { + super(); + } + + /** + * @return The registered animation listener. + */ + public OnAnimationFinishedListener getAnimationFinishedListener() { + return mListener; + } + + /** + * Sets a listener that will be called when the last frame of the animation is rendered. + * If the animation is continuous, the listener will be called repeatedly while the animation + * is running. + * + * @param listener The listener to register. + */ + public void setAnimationFinishedListener(OnAnimationFinishedListener listener) { + this.mListener = listener; + } + + /** + * Indicates whether the animation has ever finished. + */ + public boolean isFinished() { + return mFinished; + } + + @Override + public boolean selectDrawable(int idx) { + boolean result = super.selectDrawable(idx); + + if (idx != 0 && idx == getNumberOfFrames() - 1) { + if (!mFinished || !isOneShot()) { + mFinished = true; + if (mListener != null) { + mListener.onAnimationFinished(); + } + } + } + + return result; + } +} \ No newline at end of file diff --git a/samples/.gitignore b/samples/.gitignore new file mode 100644 index 0000000..915c5f4 --- /dev/null +++ b/samples/.gitignore @@ -0,0 +1,2 @@ +/build +/src/version/ diff --git a/samples/AndroidManifest.xml b/samples/AndroidManifest.xml new file mode 100644 index 0000000..77ed15a --- /dev/null +++ b/samples/AndroidManifest.xml @@ -0,0 +1,17 @@ + + + + + + + + + + diff --git a/samples/build.gradle b/samples/build.gradle new file mode 100644 index 0000000..a7e7594 --- /dev/null +++ b/samples/build.gradle @@ -0,0 +1,37 @@ +buildscript { + repositories { + mavenCentral() + } + dependencies { + classpath 'com.android.tools.build:gradle:1.1.0' + } +} + +apply plugin: 'com.android.application' + +repositories { + mavenCentral() +} + +android { + compileSdkVersion 21 + buildToolsVersion "21.1.2" + + defaultConfig { + applicationId "com.getkeepsafe.android.drawableanimationseries.samples" + versionCode 1 + versionName "0.1.0" + } + + sourceSets { + main { + manifest.srcFile 'AndroidManifest.xml' + res.srcDirs = ['res'] + assets.srcDirs = ['assets'] + } + } + + lintOptions { + abortOnError false + } +} diff --git a/samples/res/drawable-hdpi/ic_launcher.png b/samples/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..96a442e Binary files /dev/null and b/samples/res/drawable-hdpi/ic_launcher.png differ diff --git a/samples/res/drawable-mdpi/ic_launcher.png b/samples/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..359047d Binary files /dev/null and b/samples/res/drawable-mdpi/ic_launcher.png differ diff --git a/samples/res/drawable-xhdpi/ic_launcher.png b/samples/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..71c6d76 Binary files /dev/null and b/samples/res/drawable-xhdpi/ic_launcher.png differ diff --git a/samples/res/values/strings.xml b/samples/res/values/strings.xml new file mode 100644 index 0000000..8542005 --- /dev/null +++ b/samples/res/values/strings.xml @@ -0,0 +1,2 @@ + + diff --git a/samples/res/values/styles.xml b/samples/res/values/styles.xml new file mode 100644 index 0000000..bd5027f --- /dev/null +++ b/samples/res/values/styles.xml @@ -0,0 +1,5 @@ + + +