Skip to content

Commit 83532cc

Browse files
add everything
1 parent d9a846d commit 83532cc

File tree

13 files changed

+75
-8
lines changed

13 files changed

+75
-8
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Android
2+
hackfoldr/platforms/android/assets/www
3+
hackfoldr/platforms/android/bin/
4+
hackfoldr/platforms/android/gen/
5+
hackfoldr/platforms/android/res/xml/config.xml
6+
hackfoldr/platforms/android/ant-build/
7+
hackfoldr/platforms/android/CordovaLib/
8+
# Emulator logs
9+
hackfoldr/platforms/ios/cordova/console.log
10+
#Important
11+
hackfoldr/www/js/app-config.js
12+

hackfoldr/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ platforms/android/bin/
44
platforms/android/gen/
55
platforms/android/res/xml/config.xml
66
platforms/android/ant-build/
7+
platforms/android/CordovaLib/
78

89

910
# Emulator logs

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Last build type
2-
#Thu, 14 Aug 2014 22:09:17 +0800
2+
#Sat, 16 Aug 2014 23:58:34 +0800
33

44
build.last.target=debug
55

Binary file not shown.
Binary file not shown.
Binary file not shown.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/css/style.css \
4444
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/img/ionic.png \
4545
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/img/logo.png \
46+
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/js/app-config.js \
4647
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/js/app.js \
4748
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/js/controllers.js \
4849
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/js/index.js \
@@ -146,10 +147,9 @@
146147
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/plugins/org.apache.cordova.file/www/requestFileSystem.js \
147148
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/plugins/org.apache.cordova.file/www/resolveLocalFileSystemURI.js \
148149
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/plugins/org.apache.cordova.file/www/android/FileSystem.js \
149-
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/templates/browse.html \
150-
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/templates/login.html \
150+
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/templates/file.html \
151+
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/templates/files.html \
152+
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/templates/livestream.html \
151153
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/templates/menu.html \
152-
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/templates/playlist.html \
153-
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/templates/playlists.html \
154-
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/templates/search.html \
154+
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/assets/www/templates/open-folder.html \
155155
/Users/vincent/Dropbox/code4hk/hackfoldr-mobile/hackfoldr/platforms/android/ant-build/AndroidManifest.xml \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Last build type
2-
#Thu, 14 Aug 2014 22:09:30 +0800
2+
#Sat, 16 Aug 2014 23:58:43 +0800
33

44
build.last.target=debug
55

hackfoldr/www/css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Empty. Add your own CSS if you like */
22
.feed-item.enlarged-item{
3-
height:20rem;
3+
height:auto;
4+
max-height:20rem;
45
white-space: normal;
56
}

hackfoldr/www/templates/file.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<ion-content scroll="true" overflow-scroll="true" class="has-header padding" >
2+
<iframe ng-src="{{url}}" style="width:100%;height:100%"></iframe>
3+
</ion-content>

0 commit comments

Comments
 (0)