Skip to content

Commit 3c4576b

Browse files
update confg
1 parent 0fbca1d commit 3c4576b

File tree

8 files changed

+8
-5
lines changed

8 files changed

+8
-5
lines changed

hackfoldr/config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<widget id="com.ionicframework.myapp460341" version="0.0.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="com.ionicframework.myapp460341" version="0.0.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Hackfoldr</name>
44
<description>
55
An Ionic Framework and Cordova project.

hackfoldr/platforms/android/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<manifest android:hardwareAccelerated="true" android:versionCode="4" android:versionName="0.0.4" android:windowSoftInputMode="adjustPan" package="com.ionicframework.myapp460341" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<manifest android:hardwareAccelerated="true" android:versionCode="5" android:versionName="0.0.5" android:windowSoftInputMode="adjustPan" package="com.ionicframework.myapp460341" xmlns:android="http://schemas.android.com/apk/res/android">
33
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
44
<uses-permission android:name="android.permission.INTERNET" />
55
<application android:debuggable="false" android:hardwareAccelerated="true" android:icon="@drawable/icon" android:label="@string/app_name">

hackfoldr/platforms/android/CordovaLib/ant-build/build.prop

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Last build type
2-
#Sun, 28 Sep 2014 22:41:14 +0800
2+
#Mon, 29 Sep 2014 09:55:35 +0800
33

44
build.last.target=release
55

0 Bytes
Binary file not shown.

hackfoldr/platforms/android/ant-build/AndroidManifest.cordova.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<manifest android:hardwareAccelerated="true" android:versionCode="4" android:versionName="0.0.4" android:windowSoftInputMode="adjustPan" package="com.ionicframework.myapp460341" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<manifest android:hardwareAccelerated="true" android:versionCode="5" android:versionName="0.0.5" android:windowSoftInputMode="adjustPan" package="com.ionicframework.myapp460341" xmlns:android="http://schemas.android.com/apk/res/android">
33
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
44
<uses-permission android:name="android.permission.INTERNET" />
55
<application android:debuggable="false" android:hardwareAccelerated="true" android:icon="@drawable/icon" android:label="@string/app_name">
Binary file not shown.

hackfoldr/platforms/android/ant-build/HackfoldrMobile.ap_.d

+3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@
3939
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/plugins \
4040
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/README.md \
4141
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/templates \
42+
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/css/angular-busy.css \
4243
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/css/index.css \
4344
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/css/pace.css \
4445
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/css/style.css \
46+
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/img/ajax-loader.gif \
4547
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/img/icon-60.png \
4648
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/img/ionic.png \
4749
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/img/logo.png \
@@ -167,6 +169,7 @@
167169
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/templates/image.html \
168170
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/templates/landing.html \
169171
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/templates/livestream.html \
172+
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/templates/loading.html \
170173
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/templates/menu.html \
171174
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/templates/open-folder.html \
172175
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/ant-build/AndroidManifest.xml \

hackfoldr/platforms/android/ant-build/build.prop

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Last build type
2-
#Sun, 28 Sep 2014 22:41:24 +0800
2+
#Mon, 29 Sep 2014 09:55:52 +0800
33

44
build.last.target=release
55

0 commit comments

Comments
 (0)