-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
55 additions
and
54 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,3 +45,7 @@ captures/ | |
.DS_Store | ||
/build | ||
/captures | ||
gradle | ||
.idea | ||
gradlew | ||
gradlew.bat |
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
2 changes: 1 addition & 1 deletion
2
.../vlasov/likes_layout/ApplicationTest.java → ...ub/iojjj/likeslayout/ApplicationTest.java
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
7 changes: 4 additions & 3 deletions
7
.../ua/vlasov/likes_layout/BaseFragment.java → ...b/iojjj/likeslayout/app/BaseFragment.java
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
2 changes: 1 addition & 1 deletion
2
...a/vlasov/likes_layout/ChooseFragment.java → ...iojjj/likeslayout/app/ChooseFragment.java
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
4 changes: 2 additions & 2 deletions
4
...layout/CustomDrawableAnimatorFactory.java → ...ut/app/CustomDrawableAnimatorFactory.java
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
6 changes: 3 additions & 3 deletions
6
...layout/CustomPositionAnimatorFactory.java → ...ut/app/CustomPositionAnimatorFactory.java
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
4 changes: 2 additions & 2 deletions
4
...ayout/CustomPositionAnimatorFactory2.java → ...t/app/CustomPositionAnimatorFactory2.java
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
2 changes: 1 addition & 1 deletion
2
.../vlasov/likes_layout/FromXmlFragment.java → ...ojjj/likeslayout/app/FromXmlFragment.java
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
2 changes: 1 addition & 1 deletion
2
.../ua/vlasov/likes_layout/MainActivity.java → ...b/iojjj/likeslayout/app/MainActivity.java
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
2 changes: 1 addition & 1 deletion
2
...a/vlasov/likeslayout/ExampleUnitTest.java → ...ub/iojjj/likeslayout/ExampleUnitTest.java
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,4 +1,4 @@ | ||
package ua.vlasov.likeslayout; | ||
package com.github.iojjj.likeslayout; | ||
|
||
import org.junit.Test; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...a/vlasov/likeslayout/ApplicationTest.java → ...ub/iojjj/likeslayout/ApplicationTest.java
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,4 +1,4 @@ | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="ua.vlasov.likeslayout"> | ||
package="com.github.iojjj.likeslayout"> | ||
|
||
</manifest> |
2 changes: 1 addition & 1 deletion
2
.../vlasov/likeslayout/DrawableAnimator.java → ...b/iojjj/likeslayout/DrawableAnimator.java
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
2 changes: 1 addition & 1 deletion
2
...a/vlasov/likeslayout/LikesAttributes.java → ...ub/iojjj/likeslayout/LikesAttributes.java
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
2 changes: 1 addition & 1 deletion
2
...asov/likeslayout/LikesAttributesImpl.java → ...ojjj/likeslayout/LikesAttributesImpl.java
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
2 changes: 1 addition & 1 deletion
2
...va/ua/vlasov/likeslayout/LikesDrawer.java → ...github/iojjj/likeslayout/LikesDrawer.java
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
2 changes: 1 addition & 1 deletion
2
.../vlasov/likeslayout/LikesFrameLayout.java → ...b/iojjj/likeslayout/LikesFrameLayout.java
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
2 changes: 1 addition & 1 deletion
2
...va/ua/vlasov/likeslayout/LikesLayout.java → ...github/iojjj/likeslayout/LikesLayout.java
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
2 changes: 1 addition & 1 deletion
2
...asov/likeslayout/LikesLayoutInternal.java → ...ojjj/likeslayout/LikesLayoutInternal.java
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
2 changes: 1 addition & 1 deletion
2
...vlasov/likeslayout/LikesLayoutParams.java → .../iojjj/likeslayout/LikesLayoutParams.java
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,4 +1,4 @@ | ||
package ua.vlasov.likeslayout; | ||
package com.github.iojjj.likeslayout; | ||
|
||
/** | ||
* LikesLayout params interface. | ||
|
2 changes: 1 addition & 1 deletion
2
...vlasov/likeslayout/LikesLinearLayout.java → .../iojjj/likeslayout/LikesLinearLayout.java
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
2 changes: 1 addition & 1 deletion
2
.../ua/vlasov/likeslayout/LikesProducer.java → ...thub/iojjj/likeslayout/LikesProducer.java
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
2 changes: 1 addition & 1 deletion
2
...asov/likeslayout/LikesRelativeLayout.java → ...ojjj/likeslayout/LikesRelativeLayout.java
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
2 changes: 1 addition & 1 deletion
2
...sov/likeslayout/OnChildTouchListener.java → ...jjj/likeslayout/OnChildTouchListener.java
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
2 changes: 1 addition & 1 deletion
2
.../vlasov/likeslayout/PositionAnimator.java → ...b/iojjj/likeslayout/PositionAnimator.java
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
2 changes: 1 addition & 1 deletion
2
...java/ua/vlasov/likeslayout/Utilities.java → ...m/github/iojjj/likeslayout/Utilities.java
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,4 +1,4 @@ | ||
package ua.vlasov.likeslayout; | ||
package com.github.iojjj.likeslayout; | ||
|
||
/** | ||
* Helpful utils. | ||
|
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,4 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<public type="string" name="likes_app_name" /> | ||
<public type="integer" name="likes_default_animation_duration" /> | ||
<public type="integer" name="likes_default_produce_interval" /> | ||
</resources> |
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,5 +1,4 @@ | ||
<resources> | ||
<string name="likes_app_name">Likes Layout</string> | ||
<string name="likes_drawable_animator_factory">ua.vlasov.likeslayout.DrawableAnimator$DefaultFactory</string> | ||
<string name="likes_position_animator_factory">ua.vlasov.likeslayout.PositionAnimator$DefaultFactory</string> | ||
<string name="likes_drawable_animator_factory">com.github.iojjj.likeslayout.DrawableAnimator$DefaultFactory</string> | ||
<string name="likes_position_animator_factory">com.github.iojjj.likeslayout.PositionAnimator$DefaultFactory</string> | ||
</resources> |
2 changes: 1 addition & 1 deletion
2
.../vlasov/likes_layout/ExampleUnitTest.java → ...ub/iojjj/likeslayout/ExampleUnitTest.java
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,4 +1,4 @@ | ||
package ua.vlasov.likes_layout; | ||
package com.github.iojjj.likeslayout; | ||
|
||
import org.junit.Test; | ||
|
||
|