Changeset 12
- Timestamp:
- 03/13/07 00:20:29 (2 years ago)
- Files:
-
- MIDlet/bin/FreeAuth.jad (modified) (1 diff)
- MIDlet/bin/FreeAuth.jar (modified) (previous)
- MIDlet/bin/MANIFEST.MF (modified) (1 diff)
- MIDlet/src/FreeAuth.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
MIDlet/bin/FreeAuth.jad
r11 r12 4 4 MIDlet-Icon: /FreeAuth.png 5 5 MIDlet-Info-URL: http://www.freeauth.org/index.php/Free_Auth_MIDLet 6 MIDlet-Jar-Size: 1219 676 MIDlet-Jar-Size: 121959 7 7 MIDlet-Jar-URL: FreeAuth.jar 8 8 MIDlet-Name: FreeAuth 9 9 MIDlet-Permissions: javax.microedition.io.Connector.http 10 10 MIDlet-Vendor: FreeAuth.org 11 MIDlet-Version: 2.4. 411 MIDlet-Version: 2.4.5 12 12 MicroEdition-Configuration: CLDC-1.0 13 13 MicroEdition-Profile: MIDP-2.0 MIDlet/bin/MANIFEST.MF
r11 r12 5 5 MIDlet-Permissions: javax.microedition.io.Connector.http 6 6 MIDlet-Vendor: FreeAuth.org 7 MIDlet-Version: 2.4. 47 MIDlet-Version: 2.4.5 8 8 MicroEdition-Configuration: CLDC-1.0 9 9 MicroEdition-Profile: MIDP-2.0 MIDlet/src/FreeAuth.java
r11 r12 186 186 } else if(nextAction == "resetNextCommand") { 187 187 doresetNext(); 188 } else if(nextAction == "d eleteNextCommand") {188 } else if(nextAction == "dodeleteSecret") { 189 189 dodeleteNext(); 190 190 } else if(nextAction == "wipeCommand") {
