Skip to content

Commit

Permalink
Update logos
Browse files Browse the repository at this point in the history
Special Thanks @bibrost
http://tesagyo.me/
  • Loading branch information
松村 章弘 authored and 松村 章弘 committed Apr 10, 2011
1 parent fbf0bb5 commit 41d9163
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
== TODO
* Make Logos
* Collaborators / add delete
* Request error on iPhone Basic Auth
* Tools / logs, config, rake ,console

== HEAD
* Make Logos
* Collaborators / add delete
* Collaborators / List
* Addons
* Resources page
Expand Down
Binary file modified Resources/android/appicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/android/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/android/images/res-long-port-hdpi/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/android/images/res-long-port-ldpi/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/android/images/res-notlong-port-hdpi/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/android/images/res-notlong-port-ldpi/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/android/images/res-notlong-port-mdpi/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Resources/app_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var initView = function(){
var loginWindow = Titanium.UI.createWindow({
id: 'loginWindow',
url: 'login.js',
backgroundColor: '#800517'
backgroundColor: '#33c'
});
loginWindow.open({modal:true});
} else {
Expand Down
Binary file modified Resources/default_app_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/start_logo.xcf
Binary file not shown.
2 changes: 1 addition & 1 deletion build/iphone/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.01</string>
<string>2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UISupportedInterfaceOrientations~ipad</key>
Expand Down
4 changes: 2 additions & 2 deletions tiapp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<ti:app xmlns:ti="http://ti.appcelerator.org">
<id>net.mataki.ikanago</id>
<name>ikanago</name>
<version>1</version>
<version>2</version>
<publisher>mat_aki</publisher>
<url>https://github.com/mataki/ikanago</url>
<description>Heroku client</description>
<description>Heroku mobile client</description>
<copyright>2011 by mat_aki</copyright>
<icon>default_app_logo.png</icon>
<persistent-wifi>false</persistent-wifi>
Expand Down

0 comments on commit 41d9163

Please sign in to comment.