-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FossilOrigin-Name: edf283836d9b5de88caca8a0b52ab60420cdffbc
- Loading branch information
Showing
141 changed files
with
4,439 additions
and
17,855 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,4 +1,4 @@ | ||
/cordova/www/js/draftboys.js | ||
/cordova/platforms/android/assets/www/ | ||
/cordova/platforms/android/ant-build/ | ||
/cordova/platforms/android/CordovaLib/ant-build/ | ||
/cordova/platforms/android/.gradle/ | ||
/cordova/platforms/android/CordovaLib/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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ local.properties | |
/gradlew.bat | ||
/gradle | ||
# Ant builds | ||
ant-built | ||
ant-build | ||
ant-gen | ||
# Eclipse builds | ||
gen | ||
|
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,14 +1,16 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<manifest android:hardwareAccelerated="true" android:versionCode="501" android:versionName="0.5.1" package="com.jaccarmac.draftboys" xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<manifest android:hardwareAccelerated="true" android:versionCode="502" android:versionName="0.5.2" package="com.jaccarmac.draftboys" xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" /> | ||
<uses-permission android:name="android.permission.INTERNET" /> | ||
<application android:hardwareAccelerated="true" android:icon="@drawable/icon" android:label="@string/app_name"> | ||
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale" android:label="@string/activity_name" android:launchMode="singleTop" android:name="CordovaApp" android:theme="@android:style/Theme.Black.NoTitleBar" android:windowSoftInputMode="adjustResize"> | ||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> | ||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> | ||
<application android:hardwareAccelerated="true" android:icon="@drawable/icon" android:label="@string/app_name" android:supportsRtl="true"> | ||
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale" android:label="@string/activity_name" android:launchMode="singleTop" android:name="MainActivity" android:theme="@android:style/Theme.Black.NoTitleBar" android:windowSoftInputMode="adjustResize"> | ||
<intent-filter android:label="@string/launcher_name"> | ||
<action android:name="android.intent.action.MAIN" /> | ||
<category android:name="android.intent.category.LAUNCHER" /> | ||
</intent-filter> | ||
</activity> | ||
</application> | ||
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="19" /> | ||
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="22" /> | ||
</manifest> |
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 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><projectDescription><name>CordovaApp-CordovaLib</name></projectDescription> | ||
<?xml version="1.0" encoding="UTF-8"?><projectDescription><name>MainActivity-CordovaLib</name></projectDescription> |
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
140 changes: 0 additions & 140 deletions
140
cordova/platforms/android/CordovaLib/src/com/squareup/okhttp/Address.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.