Fixed text corruption problem in marketcheck.
The problem was due to marketcheck using DataInputStream.readLine(), which is a fundamentally broken function and has been deprecated since Java 1.1. Strings in Java consist of Unicode characters, not bytes.
This commit is contained in:
parent
f194834aaa
commit
e1385b8719
|
@ -6,7 +6,7 @@ Summary:Keyboard for Scandinavian languages
|
||||||
Description:
|
Description:
|
||||||
A modified version of the standard onscreen keyboard in Android
|
A modified version of the standard onscreen keyboard in Android
|
||||||
with support for Norwegian, Swedish, Danish, Faroese, German,
|
with support for Norwegian, Swedish, Danish, Faroese, German,
|
||||||
Icelandic and Northern Sámi keyboard layouts.
|
Icelandic and Northern Sámi keyboard layouts.
|
||||||
.
|
.
|
||||||
Repo Type:svn
|
Repo Type:svn
|
||||||
Repo:http://scandinavian-keyboard.googlecode.com/svn/trunk
|
Repo:http://scandinavian-keyboard.googlecode.com/svn/trunk
|
||||||
|
|
|
@ -4,7 +4,7 @@ Source Code:http://github.com/fabrantes/rockonnggl
|
||||||
Issue Tracker:http://github.com/fabrantes/rockonnggl/issues
|
Issue Tracker:http://github.com/fabrantes/rockonnggl/issues
|
||||||
Summary:Music player
|
Summary:Music player
|
||||||
Description:
|
Description:
|
||||||
A music player. Cubed, also known as ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂó, has possibly the silliest choice of application
|
A music player. Cubed, also known as ³, has possibly the silliest choice of application
|
||||||
name ever.
|
name ever.
|
||||||
.
|
.
|
||||||
Market Version:1.0.81
|
Market Version:1.0.81
|
||||||
|
|
Loading…
Reference in a new issue