GithubHelp home page GithubHelp logo

spapadim / android-greek-ime Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 4.89 MB

Automatically exported from code.google.com/p/android-greek-ime

Python 9.06% Makefile 0.09% C++ 13.59% C 4.77% Java 72.48%

android-greek-ime's People

Stargazers

 avatar

android-greek-ime's Issues

Greek IME seems not to work on HTC MAGIC

Greek IME seems not to work on HTC MAGIC. I bought the phone through
Cosmote, today.

I install Greek IME from android market on HTC Magic.

The Android UI is different than what it seems in the projects page
(http://www.bitquill.net/trac/wiki/Android/GreekIME). I follow the
instructions and set the locale and text options. However, I cannot find a
way to switch the keyboard to Greek. I try by long pressing the "symbol
key" or the "options key", but no keyboard selection option appears.





What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Jun 2009 at 7:58

Unused line

I've been reading your code for a while.
Small issue I spotted:

Notice that you have a unused var at handleShift in GreekIME.java

 private void handleShift() {
        Keyboard currentKeyboard = mInputView.getKeyboard(); // isn't used.
        if (mKeyboardSwitcher.isAlphabetMode()) {
            // Alphabet keyboard
            checkToggleCapsLock();
            mInputView.setShifted(mCapsLock || !mInputView.isShifted());
        } else {
            mKeyboardSwitcher.toggleSymbolShift();
        }
    }

Original issue reported on code.google.com by [email protected] on 31 Mar 2010 at 11:50

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.