diff options
| author | Anqi Xu | 2012-06-30 16:36:01 -0400 |
|---|---|---|
| committer | Anqi Xu | 2012-06-30 16:36:01 -0400 |
| commit | aeec38e371ad32d60e741cc8d1456b5666dc0ef0 (patch) | |
| tree | e9405ce94cdd8b46b89b368e216fcce7bc46594b | |
| parent | 312bbc90926d9a2d01a9c6f5a071ef20c90068e6 (diff) | |
| parent | 067fb3de7c22dab2df94061523bcb05575591d56 (diff) | |
| download | LikeFeed-aeec38e371ad32d60e741cc8d1456b5666dc0ef0.tar.bz2 | |
Merge branch 'master' of github.com:teddywing/LikeFeed
Conflicts:
build.log
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Resources/friendship/ui/LikeList.js | 4 | ||||
| -rw-r--r-- | build.log | 7 |
3 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,4 @@ tmp build .DS_Store +build.log diff --git a/Resources/friendship/ui/LikeList.js b/Resources/friendship/ui/LikeList.js index 227972d..39f71cf 100644 --- a/Resources/friendship/ui/LikeList.js +++ b/Resources/friendship/ui/LikeList.js @@ -141,8 +141,8 @@ height:'auto' }); - liked_by.left = 320 - liked_by.width; - + liked_by.left = Ti.Platform.displayCaps.platformWidth - liked_by.width - Ti.Platform.displayCaps.platformWidth / 170; + key.description = key.description.replace(/<(?:.|\n)*?>/gm, ''); if( key.description.indexOf('.') > 0 ){ key.description = key.description.substr( 0, key.description.indexOf('.') + 1 ) ; @@ -1,8 +1,15 @@ Logfile initialized +<<<<<<< HEAD [INFO] logfile = /Users/mimic/workspace/LikeFeed/build.log [DEBUG] /Users/mimic/Library/Application Support/Titanium/mobilesdk/osx/2.1.0.GA/android/builder.py simulator Sphnx /Users/mimic/Downloads/android-sdk-macosx /Users/mimic/workspace/LikeFeed com.sphnx.Sphnx 1 HVGA /127.0.0.1:51328 [INFO] Building Sphnx for Android ... one moment [INFO] Titanium SDK version: 2.1.0 (06/28/12 12:16 6e3cab6) +======= +[INFO] logfile = /Users/me/Documents/Sphnx/LikeFeed/build.log +[DEBUG] /Users/me/Library/Application Support/Titanium/mobilesdk/osx/2.0.2.GA/android/builder.py simulator LikeFeed /Users/me/Downloads/android-sdk-macosx /Users/me/Documents/Sphnx/LikeFeed com.likefeed.LikeFeed 4 HVGA +[INFO] Building LikeFeed for Android ... one moment +[INFO] Titanium SDK version: 2.0.2 (05/30/12 10:21 2ff31a3) +>>>>>>> 067fb3de7c22dab2df94061523bcb05575591d56 [DEBUG] Waiting for device to be ready ... [TRACE] adb devices returned 1 devices/emulators [DEBUG] Device connected... (waited 0 seconds) |
