-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
26 changed files
with
173 additions
and
125 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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
*.iml | ||
/.idea | ||
.gradle | ||
/crowdin.properties | ||
/local.properties | ||
.DS_Store | ||
/build | ||
|
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 was deleted.
Oops, something went wrong.
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,20 +1,5 @@ | ||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="ResourceName"> | ||
<string name="define_kau"/> | ||
<string name="library_kau_author">Allan Wang</string> | ||
<string name="library_kau_authorWebsite">https://www.allanwang.ca/dev/</string> | ||
<string name="library_kau_libraryVersion">@string/kau_version_code</string> | ||
<string name="library_kau_libraryName">KAU</string> | ||
<string name="library_kau_libraryDescription"> | ||
<![CDATA[ | ||
An extensive collection of Kotlin Android Utilities. | ||
<br/><br/> | ||
KAU aims to make many common functions executable in one line. It adds numerous extensions to match Kotlin\'s DSL, | ||
and supports completely customizable view groups that are usable in any app project. | ||
]]> | ||
</string> | ||
<string name="library_kau_libraryWebsite">https://allanwang.github.io/KAU/</string> | ||
<string name="library_kau_isOpenSource">true</string> | ||
<string name="library_kau_repositoryLink">https://github.com/AllanWang/KAU</string> | ||
<string name="library_kau_classPath">ca.allanwang.kau</string> | ||
<string name="library_kau_licenseId">apache_2_0</string> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="kau_about_libraries_intro">This app would not be possible without the following great libraries.</string> | ||
<string name="kau_about_faq_intro">FAQ</string> | ||
</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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="ResourceName"> | ||
<string name="define_kau"/> | ||
<string name="library_kau_author">Allan Wang</string> | ||
<string name="library_kau_authorWebsite">https://www.allanwang.ca/dev/</string> | ||
<string name="library_kau_libraryVersion">@string/kau_version_code</string> | ||
<string name="library_kau_libraryName">KAU</string> | ||
<string name="library_kau_libraryDescription"> | ||
<![CDATA[ | ||
An extensive collection of Kotlin Android Utilities. | ||
<br/><br/> | ||
KAU aims to make many common functions executable in one line. It adds numerous extensions to match Kotlin\'s DSL, | ||
and supports completely customizable view groups that are usable in any app project. | ||
]]> | ||
</string> | ||
<string name="library_kau_libraryWebsite">https://allanwang.github.io/KAU/</string> | ||
<string name="library_kau_isOpenSource">true</string> | ||
<string name="library_kau_repositoryLink">https://github.com/AllanWang/KAU</string> | ||
<string name="library_kau_classPath">ca.allanwang.kau</string> | ||
<string name="library_kau_licenseId">apache_2_0</string> | ||
</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
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
File renamed without changes.
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
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
Oops, something went wrong.