-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sorting package names to match folder structure
- Loading branch information
deano2390
committed
Jun 25, 2014
1 parent
8dba750
commit 31efe23
Showing
13 changed files
with
35 additions
and
34 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
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
8 changes: 4 additions & 4 deletions
8
flowtextview/src/main/java/uk/co/deanwild/flowtext/helpers/ClickHandler.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
9 changes: 5 additions & 4 deletions
9
flowtextview/src/main/java/uk/co/deanwild/flowtext/helpers/CollisionHelper.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
flowtextview/src/main/java/uk/co/deanwild/flowtext/helpers/PaintHelper.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
10 changes: 5 additions & 5 deletions
10
flowtextview/src/main/java/uk/co/deanwild/flowtext/helpers/SpanParser.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
flowtextview/src/main/java/uk/co/deanwild/flowtext/listeners/OnLinkClickListener.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 uk.flowtext.listeners; | ||
package uk.co.deanwild.flowtext.listeners; | ||
|
||
/** | ||
* Created by Dean on 24/06/2014. | ||
|
2 changes: 1 addition & 1 deletion
2
flowtextview/src/main/java/uk/co/deanwild/flowtext/models/Area.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 uk.flowtext.models; | ||
package uk.co.deanwild.flowtext.models; | ||
|
||
/** | ||
* Created by Dean on 24/06/2014. | ||
|
2 changes: 1 addition & 1 deletion
2
flowtextview/src/main/java/uk/co/deanwild/flowtext/models/HtmlLink.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 uk.flowtext.models; | ||
package uk.co.deanwild.flowtext.models; | ||
|
||
import android.text.TextPaint; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
flowtextview/src/main/java/uk/co/deanwild/flowtext/models/HtmlObject.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 uk.flowtext.models; | ||
package uk.co.deanwild.flowtext.models; | ||
|
||
import android.text.TextPaint; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
flowtextview/src/main/java/uk/co/deanwild/flowtext/models/Line.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 uk.flowtext.models; | ||
package uk.co.deanwild.flowtext.models; | ||
|
||
/** | ||
* Created by Dean on 24/06/2014. | ||
|
2 changes: 1 addition & 1 deletion
2
flowtextview/src/main/java/uk/co/deanwild/flowtext/models/Obstacle.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 uk.flowtext.models; | ||
package uk.co.deanwild.flowtext.models; | ||
|
||
/** | ||
* Created by Dean on 24/06/2014. | ||
|