-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed widget don't load on system restart, added aleatory Pokémon widget and now can watch Pokémon in fullscreen on DroiDéx News
- Loading branch information
1 parent
d20bd41
commit 0859835
Showing
41 changed files
with
852 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<set xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:interpolator="@android:anim/linear_interpolator"> | ||
<translate | ||
android:fromYDelta="100%p" | ||
android:toYDelta="0" | ||
android:duration="500"/> | ||
android:interpolator="@android:anim/linear_interpolator"> | ||
<translate | ||
android:fromYDelta="100%p" | ||
android:toYDelta="0" | ||
android:duration="500"/> | ||
</set> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<set xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:fillAfter="true"> | ||
<alpha android:fromAlpha="0.0" | ||
android:toAlpha="1.0" | ||
android:duration="2000"/> | ||
android:fillAfter="true"> | ||
<alpha android:fromAlpha="0.0" | ||
android:toAlpha="1.0" | ||
android:duration="2000"/> | ||
</set> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<set xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:fillAfter="true"> | ||
<alpha android:fromAlpha="1.0" | ||
android:toAlpha="0.0" | ||
android:duration="2000"/> | ||
android:fillAfter="true"> | ||
<alpha android:fromAlpha="1.0" | ||
android:toAlpha="0.0" | ||
android:duration="2000"/> | ||
</set> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/res/android"> <scale xmlns:android="http://schemas.android.com/apk/res/android" android:fromXScale="0.1" android:toXScale="1.0" android:fromYScale="0.1" android:toYScale="1.0" android:duration="1000" android:pivotX="50%" android:pivotY="50%" > </scale> </set> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<set xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<scale xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:fromXScale="0.1" | ||
android:toXScale="1.0" | ||
android:fromYScale="0.1" | ||
android:toYScale="1.0" | ||
android:duration="1000" | ||
android:pivotX="50%" | ||
android:pivotY="50%" > | ||
</scale> | ||
</set> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/res/android"> <scale xmlns:android="http://schemas.android.com/apk/res/android" android:fromXScale="1.0" android:toXScale="0.1" android:fromYScale="1.0" android:toYScale="0.1" android:duration="1000" android:pivotX="50%" android:pivotY="50%" > </scale> </set> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<set xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<scale xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:fromXScale="1.0" | ||
android:toXScale="0.1" | ||
android:fromYScale="1.0" | ||
android:toYScale="0.1" | ||
android:duration="1000" | ||
android:pivotX="50%" | ||
android:pivotY="50%" > | ||
</scale> | ||
</set> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/res/android"> <scale xmlns:android="http://schemas.android.com/apk/res/android" android:fromXScale="0.0" android:toXScale="1.0" android:fromYScale="0.0" android:toYScale="1.0" android:duration="1000" android:pivotX="50%" android:pivotY="50%" > </scale> </set> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<set xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<scale xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:fromXScale="0.0" | ||
android:toXScale="1.0" | ||
android:fromYScale="0.0" | ||
android:toYScale="1.0" | ||
android:duration="1000" | ||
android:pivotX="50%" | ||
android:pivotY="50%" > | ||
</scale> | ||
</set> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/res/android"> <scale xmlns:android="http://schemas.android.com/apk/res/android" android:startOffset="5000" android:fromXScale="1.0" android:toXScale="0.1" android:fromYScale="1.0" android:toYScale="0.1" android:duration="1000" android:pivotX="50%" android:pivotY="50%" > </scale> </set> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<set xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<scale xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:startOffset="5000" | ||
android:fromXScale="1.0" | ||
android:toXScale="0.1" | ||
android:fromYScale="1.0" | ||
android:toYScale="0.1" | ||
android:duration="1000" | ||
android:pivotX="50%" | ||
android:pivotY="50%" > | ||
</scale> | ||
</set> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<set xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:interpolator="@android:anim/linear_interpolator"> | ||
<translate | ||
android:fromXDelta="0" | ||
android:toXDelta="-100%p" | ||
android:duration="500"/> | ||
android:interpolator="@android:anim/linear_interpolator"> | ||
<translate | ||
android:fromXDelta="0" | ||
android:toXDelta="-100%p" | ||
android:duration="500"/> | ||
</set> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<set xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:interpolator="@android:anim/linear_interpolator"> | ||
<translate | ||
android:fromXDelta="100%p" | ||
android:toXDelta="0" | ||
android:duration="500"/> | ||
android:interpolator="@android:anim/linear_interpolator"> | ||
<translate | ||
android:fromXDelta="100%p" | ||
android:toXDelta="0" | ||
android:duration="500"/> | ||
</set> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<set xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:interpolator="@android:anim/linear_interpolator"> | ||
<translate | ||
android:fromYDelta="0" | ||
android:toYDelta="-100%p" | ||
android:duration="500"/> | ||
android:interpolator="@android:anim/linear_interpolator"> | ||
<translate | ||
android:fromYDelta="0" | ||
android:toYDelta="-100%p" | ||
android:duration="500"/> | ||
</set> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:orientation="vertical" > | ||
|
||
<ImageView | ||
android:id="@+id/imageView1" | ||
android:layout_width="69dp" | ||
android:layout_height="69dp" | ||
android:id="@+id/imageWidget1" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:src="@drawable/ic_launcher" /> | ||
|
||
</LinearLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.