-
-
Notifications
You must be signed in to change notification settings - Fork 428
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
12 changed files
with
237 additions
and
27 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
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 @@ | ||
#Thu Dec 18 23:09:33 CET 2014 | ||
#Tue Sep 01 19:53:29 CEST 2015 | ||
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 | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.6-all.zip |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="define_int_ddplist">year;owner</string> | ||
<string name="library_ddplist_author">Daniel Dreibrodt</string> | ||
<string name="library_ddplist_libraryName">dd-plist</string> | ||
<string name="library_ddplist_libraryDescription"> | ||
<![CDATA[ | ||
This library enables your Java application to handle property lists of various formats. | ||
<br><br> | ||
Property lists are files used to store user settings and serialized objects. They originate from the NeXSTEP programming environment and are now a basic part of the Cocoa framework (OS X and iOS) as well as the GNUstep framework. | ||
]]> | ||
</string> | ||
<string name="library_ddplist_libraryVersion">1.3</string> | ||
<string name="library_ddplist_libraryWebsite">https://groups.google.com/forum/#!forum/plist-discuss</string> | ||
<string name="library_ddplist_licenseId">mit</string> | ||
<string name="library_ddplist_isOpenSource">true</string> | ||
<string name="library_ddplist_repositoryLink">https://github.com/3breadt/dd-plist</string> | ||
<string name="library_ddplist_classPath">com.dd.plist.NSNumber</string> | ||
<!-- Custom variables section --> | ||
<string name="library_ddplist_owner">Daniel Dreibrodt</string> | ||
<string name="library_ddplist_year">2015</string> | ||
</resources> | ||
|
17 changes: 17 additions & 0 deletions
17
library/src/main/res/values/library_encryption_strings.xml
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,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="define_int_encryption">year;owner</string> | ||
<string name="library_encryption_author">simbiose</string> | ||
<string name="library_encryption_libraryName">Encryption</string> | ||
<string name="library_encryption_libraryDescription">Encryption is a simple way to create encrypted strings to Android project.</string> | ||
<string name="library_encryption_libraryVersion">1.2.0</string> | ||
<string name="library_encryption_libraryWebsite">https://github.com/simbiose/Encryption</string> | ||
<string name="library_encryption_licenseId">lgpl_3_0</string> | ||
<string name="library_encryption_isOpenSource">true</string> | ||
<string name="library_encryption_repositoryLink">https://github.com/simbiose/Encryption</string> | ||
<string name="library_encryption_classPath">se.simbio.encryption.Encryption</string> | ||
<!-- Custom variables section --> | ||
<string name="library_encryption_owner">simbiose</string> | ||
<string name="library_encryption_year">2015</string> | ||
</resources> | ||
|
16 changes: 16 additions & 0 deletions
16
library/src/main/res/values/library_intellijannotations_strings.xml
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,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="define_int_intellijannotations">year;owner</string> | ||
<string name="library_intellijannotations_author">Jetbrain developers</string> | ||
<string name="library_intellijannotations_libraryName">IntelliJ IDEA Annotations</string> | ||
<string name="library_intellijannotations_libraryDescription">A set of annotations used for code inspection support and code documentation.</string> | ||
<string name="library_intellijannotations_libraryVersion">12.0.0</string> | ||
<string name="library_intellijannotations_libraryWebsite">http://www.jetbrains.org</string> | ||
<string name="library_intellijannotations_licenseId">apache_2_0</string> | ||
<string name="library_intellijannotations_isOpenSource">false</string> | ||
<string name="library_intellijannotations_classPath">org.jetbrains.annotations.Nullable</string> | ||
<!-- Custom variables section --> | ||
<string name="library_intellijannotations_owner">Jetbrain developers</string> | ||
<string name="library_intellijannotations_year">2015</string> | ||
</resources> | ||
|
Oops, something went wrong.