Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 381 → Rev 382

/DUBwise/trunk/j2me/src/DUBwiseUIDefinitions.java
49,10 → 49,16
public final static byte STATEID_SELECT_FIRMWARE =34;
public final static byte STATEID_SHOWPHONEGPS =35;
public final static byte STATEID_SETTING_OPTIONS =36;
public final static byte STATEID_COUNT =37;
public final static byte STATEID_MAP =37;
public final static byte STATEID_GET_AVRSIG =38;
public final static byte STATEID_SELECT_MIXER =39;
public final static byte STATEID_DUBWISE_VALUES =40;
 
 
public final static byte STATEID_COUNT =41;
 
 
 
public final static byte ACTIONID_SETTINGS = 0;
public final static byte ACTIONID_DEVICESELECT = 1;
public final static byte ACTIONID_DEBUG = 2;
99,6 → 105,9
public final static byte ACTIONID_SETTING_OPTIONS = 43;
public final static byte ACTIONID_SETTING_LOADPLAIN = 44;
public final static byte ACTIONID_SETTING_LOADFANCY = 45;
public final static byte ACTIONID_MAP = 46;
public final static byte ACTIONID_SELECT_DUBWISEDIR = 47;
public final static byte ACTIONID_SELECT_MIXER = 48;
 
public final static byte ACTIONID_QUIT = 100;
 
125,17 → 134,19
final static byte SKINID_LIGHT = 1;
 
 
 
final static byte CREDITS_VERSION=7;
final static String[] credits= {
//#expand "About DUBwise v%VERSION%",
"##### DUBwise ######",
"",
"",
"Digital UFO",
"Broadcasting With ",
"Byteelligent Service",
"Intelligent Service",
"Equipment",
"",
"2007-2008 by ",
"",
"",
"",
"(cc) 2007-2009 by ",
"Marcus LiGi B"+(char)(252)+"schleb",
"mailto:ligi"+"@"+"ligi.de",
"",
145,18 → 156,33
" -Noncommercial",
" -Share Alike",
" -No Violence",
" ",
"",
"Links:",
" www.ligi.de",
" www.mikrokopter.com",
"",
"Credits: ",
" -HolgerB&IngoB",
" (MikroKopter)",
" -CaScAdE",
" (Graphics/Testing)",
" -Orion8",
" (Inspiration)",
" -Joko",
" (Testing)",
" -Speedy",
" (Graphics/Sounds)",
" -Jamiro",
"",
"More Infos:",
" www.ligi.de",
" www.mikrokopter.com"};
" (Icon)",
" -SelectaT",
" (Sounds)",
" -JiPsi",
" (french translat.)",
" -kmpec",
" (Test-Device)",
"####################"
 
};
 
public final static char[] idle_seq={'.','_','-','='};