From 83d3163f0ef4971288f5d4dee61c6e9727949bd9 Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 25 Aug 2015 22:19:00 -0700 Subject: [PATCH 1/2] rename variable --- .../org/eehouse/android/xw4/SMSService.java | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/xwords4/android/XWords4/src/org/eehouse/android/xw4/SMSService.java b/xwords4/android/XWords4/src/org/eehouse/android/xw4/SMSService.java index 4edde0c4e..4805622f7 100644 --- a/xwords4/android/XWords4/src/org/eehouse/android/xw4/SMSService.java +++ b/xwords4/android/XWords4/src/org/eehouse/android/xw4/SMSService.java @@ -387,10 +387,10 @@ public class SMSService extends XWService { { DbgUtils.logf( "SMSService.inviteRemote()" ); ByteArrayOutputStream bas = new ByteArrayOutputStream( 128 ); - DataOutputStream das = new DataOutputStream( bas ); + DataOutputStream dos = new DataOutputStream( bas ); try { - das.writeUTF( nliData ); - das.flush(); + dos.writeUTF( nliData ); + dos.flush(); send( SMS_CMD.INVITE, bas.toByteArray(), phone ); } catch ( java.io.IOException ioe ) { @@ -401,10 +401,10 @@ public class SMSService extends XWService { private void ackInvite( String phone, int gameID ) { ByteArrayOutputStream bas = new ByteArrayOutputStream( 128 ); - DataOutputStream das = new DataOutputStream( bas ); + DataOutputStream dos = new DataOutputStream( bas ); try { - das.writeInt( gameID ); - das.flush(); + dos.writeInt( gameID ); + dos.flush(); send( SMS_CMD.ACK, bas.toByteArray(), phone ); } catch ( java.io.IOException ioe ) { @@ -416,10 +416,10 @@ public class SMSService extends XWService { { if ( !s_sentDied.contains(gameID) ) { ByteArrayOutputStream bas = new ByteArrayOutputStream( 32 ); - DataOutputStream das = new DataOutputStream( bas ); + DataOutputStream dos = new DataOutputStream( bas ); try { - das.writeInt( gameID ); - das.flush(); + dos.writeInt( gameID ); + dos.flush(); send( SMS_CMD.DEATH, bas.toByteArray(), phone ); s_sentDied.add( gameID ); } catch ( java.io.IOException ioe ) { @@ -432,11 +432,11 @@ public class SMSService extends XWService { { int nSent = -1; ByteArrayOutputStream bas = new ByteArrayOutputStream( 128 ); - DataOutputStream das = new DataOutputStream( bas ); + DataOutputStream dos = new DataOutputStream( bas ); try { - das.writeInt( gameID ); - das.write( bytes, 0, bytes.length ); - das.flush(); + dos.writeInt( gameID ); + dos.write( bytes, 0, bytes.length ); + dos.flush(); if ( send( SMS_CMD.DATA, bas.toByteArray(), phone ) ) { nSent = bytes.length; } @@ -450,12 +450,12 @@ public class SMSService extends XWService { throws java.io.IOException { ByteArrayOutputStream bas = new ByteArrayOutputStream( 128 ); - DataOutputStream das = new DataOutputStream( bas ); - das.writeByte( SMS_PROTO_VERSION ); - das.writeShort( getNBSPort() ); - das.writeByte( cmd.ordinal() ); - das.write( bytes, 0, bytes.length ); - das.flush(); + DataOutputStream dos = new DataOutputStream( bas ); + dos.writeByte( SMS_PROTO_VERSION ); + dos.writeShort( getNBSPort() ); + dos.writeByte( cmd.ordinal() ); + dos.write( bytes, 0, bytes.length ); + dos.flush(); byte[] data = bas.toByteArray(); byte[][] msgs = breakAndEncode( data ); From a4e25576ad06167e837dcdd215dfe82a1771214f Mon Sep 17 00:00:00 2001 From: Eric House Date: Wed, 26 Aug 2015 07:00:54 -0700 Subject: [PATCH 2/2] bring over changes from android_translate branch (via brute-force copy) --- .../XWords4/res_src/values-fr/strings.xml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/xwords4/android/XWords4/res_src/values-fr/strings.xml b/xwords4/android/XWords4/res_src/values-fr/strings.xml index 527b6d636..6056a142e 100644 --- a/xwords4/android/XWords4/res_src/values-fr/strings.xml +++ b/xwords4/android/XWords4/res_src/values-fr/strings.xml @@ -372,8 +372,7 @@ des parties à %1$d joueurs en %2$s. - Aucun salon public trouvé pour des parties -à %1$d dans %2$s + Aucun salon public trouvé pour des parties à %1$d dans %2$s. Essayez de rafraîchir ou de créer le votre. @@ -1475,10 +1474,8 @@ partie : %1$s . - Êtes-vous sûr de vouloir échanger le -jeton sélectionné (%2$s) ? - Êtes-vous sûr de vouloir échanger les %1$d -jetons sélectionnés (%2$s) ? + Êtes-vous sûr de vouloir échanger le jeton sélectionné (%2$s) ? + Êtes-vous sûr de vouloir échanger les %1$d jetons sélectionnés (%2$s) ? - Ce bouton ouvre l\'écran de discussion entre -périphériques pour cette partie. Les messages seront préservés jusqu\'à ce que -effaciez la partie qui les contient + Ce bouton ouvre l\'écran de discussion entre périphériques pour cette partie. Les messages seront préservés jusqu\'à ce que effaciez la partie qui les contient. - Le Bluetooth est actuellement éteint sur ce -périphérique. Aucun coup ne sera envoyé par Bluetooth.\n\nVous pouvez activer -le Bluetooth maintenant, ou plus tard. + "Le Bluetooth est actuellement éteint sur ce périphérique. Aucun coup ne sera envoyé par Bluetooth.\n\nVous pouvez activer le Bluetooth maintenant, ou plus tard. " Activer les SMS