Skip to content

Commit

Permalink
bug fix and display improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
yorzi committed Sep 2, 2010
1 parent fd3fc43 commit 890c6cc
Show file tree
Hide file tree
Showing 26 changed files with 14 additions and 24 deletions.
Binary file modified Resources/31formulas.db
Binary file not shown.
4 changes: 2 additions & 2 deletions Resources/content/formulas_list.js
Expand Up @@ -98,9 +98,9 @@ for (var c=0;c<rows.rowCount;c++)

var formula = Ti.UI.createLabel({
color:'#222981',
font:{fontSize:25,fontWeight:'bold', fontFamily:'Helvetica'},
font:{fontSize:27,fontWeight:'bold', fontFamily:'Helvetica'},
left:15,
top:24,
top:30,
height:30,
width:50,
innerShadowColor:'#000',
Expand Down
2 changes: 1 addition & 1 deletion Resources/css/formula.css
Expand Up @@ -9,7 +9,7 @@ body {
margin: 0;
padding: 10px;
line-height: 20px;
background: url(../images/formula_bg.png) no-repeat left top;
background: url(../images/formula_bg.png) no-repeat center top;
}

h3 {
Expand Down
3 changes: 2 additions & 1 deletion Resources/css/tips.css
Expand Up @@ -20,7 +20,8 @@ h3 {
margin: 10px auto 0px;
/* font-family: "American Typewriter"; */
font-family: "Marker Felt";
background: url(../images/tips_h3_bg.png) no-repeat left top;
background: url(../images/tips_h3_bg.png) no-repeat center center;
background-size: cover;
width: 260px;
height: 125px;
padding: 20px;
Expand Down
3 changes: 2 additions & 1 deletion Resources/css/tips_dont.css
Expand Up @@ -20,7 +20,8 @@ h3 {
margin: 10px auto 0px;
/* font-family: "American Typewriter"; */
font-family: "Marker Felt";
background: url(../images/tips_h3_bg.png) no-repeat left top;
background: url(../images/tips_h3_bg.png) no-repeat center center;
background-size: cover;
width: 260px;
height: 125px;
padding: 20px;
Expand Down
Binary file modified Resources/images/en_f_part1_intro.png
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/images/en_splash.png
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/images/en_tips_intro.png
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/images/es_f_part1_intro.png
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/images/es_splash.png
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/images/es_tips_intro.png
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/images/nav_icon_setting.png
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/images/nav_icon_tips.png
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/images/nav_icon_weibo.png
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/images/row_bg.png
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/images/row_bg_selected.png
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/images/row_formula.png
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/images/tips_bg.png
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/images/tips_h3_bg.png
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/images/zh_splash.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 3 additions & 8 deletions Resources/introduction.js
Expand Up @@ -5,15 +5,10 @@
(function()
{
// window container
var welcomeWindow = Titanium.UI.createWindow();
welcomeWindow.fullscreen = true;

var f = Ti.Filesystem.getFile(Titanium.Filesystem.resourcesDirectory,('images/' + _('img_fix') + '_splash.png'));

var imageView = Titanium.UI.createImageView({
image:f
var welcomeWindow = Titanium.UI.createWindow({
fullcreen:true,
backgroundImage:'images/' + _('img_fix') + '_splash.png'
});
welcomeWindow.add(imageView);

var actInd = Titanium.UI.createActivityIndicator({
bottom:100,
Expand Down
Binary file modified Resources/iphone/Default.png
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/iphone/appicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 0 additions & 7 deletions Resources/synchronize.js
@@ -1,13 +1,6 @@
(function(){
//var db = Titanium.Database.open('eq31formulas');

var currentTime = new Date();
var month = currentTime.getMonth() + 1;
var day = currentTime.getDate();
var year = currentTime.getFullYear();

Ti.API.info('JS TIME:' + currentTime);

if (Titanium.Network.online == true)
{
Titanium.API.info('Online--update lessons!');
Expand Down
2 changes: 1 addition & 1 deletion manifest
@@ -1,4 +1,4 @@
#appname: IELTSFormulas
#appname: 31 Formulas
#publisher: Idapted Ltd.
#url: http://www.idapted.com
#image: appicon.png
Expand Down
6 changes: 3 additions & 3 deletions tiapp.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<id>com.idapted.eq31formulas</id>
<name>IELTSFormulas</name>
<version>1.0.0</version>
<name>31 Formulas</name>
<version>1.0.1</version>
<publisher>Idapted Ltd.</publisher>
<url>http://www.idapted.com</url>
<description>Based on the best selling book and years of scientific analysis, these 31 Formulas tell you everything you need to know to answer ANY IELTS Speaking question!</description>
<copyright>2010 by Idapted Ltd.</copyright>
<icon>default_app_logo.png</icon>
<icon>appicon.png</icon>
<persistent-wifi>false</persistent-wifi>
<prerendered-icon>false</prerendered-icon>
<statusbar-style>default</statusbar-style>
Expand Down

0 comments on commit 890c6cc

Please sign in to comment.