Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support Switching among IME Subtypes #105

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Feb 7, 2017

  1. Migrate to AndroidStudio

    迁移到AndroidStudio,
    过时的Notification改用support-v4里的NotificationCompat,
    sdk最低版本改用9,support-v4要求的,
    sdk最高版本改用最新的25,
    AoEiuV020 committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    156eab8 View commit details
    Browse the repository at this point in the history
  2. support Switching among IME Subtypes

    支持Lollipop一个特性,更方便的输入语言切换,
    添加一个按钮,点击切换语言,长按跳出输入法选择器,
    AoEiuV020 committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    e142c89 View commit details
    Browse the repository at this point in the history
  3. support Home

    F6 = Home
    电脑上输入F6,安卓上是主页键的效果,切到桌面,
    AoEiuV020 committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    bb4790b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

  1. release 3.0.0

    添加一个KeyStore,用来签名release版本,
    虽然原作者有在google play发行,
    但似乎不打算更新,
    这个KeyStore签名的release只发在github上,不发行在市场,
    AoEiuV020 committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    725d99e View commit details
    Browse the repository at this point in the history
  2. out of use python

    不再使用python脚本处理key.html实现国际化资源,
    直接在java中处理,将key.html里的$(变量名)替换成对应语言的字符串,
    AoEiuV020 committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    c8acc5d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2017

  1. update gradle

    AoEiuV020 committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    fe7f9c2 View commit details
    Browse the repository at this point in the history
  2. add imeSubtypeMode

    使谷歌输入法能识别到输入法,
    这样才会弹出“选择键盘”的界面,
    AoEiuV020 committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    5d10189 View commit details
    Browse the repository at this point in the history
  3. change key store

    不用之前的临时签名,
    改用我自己的,
    AoEiuV020 committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    99c7cde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff5d01d View commit details
    Browse the repository at this point in the history
  5. bump version

    AoEiuV020 committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    eafbf7e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. 更新gradle wrapper版本

    AoEiuV020 committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    c13b950 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

  1. Create LICENSE

    不大清楚这么搞开源协议对不对,
    之前的项目是gpl2,
    所以我更改的部分代码沿用这个gpl2,
    AoEiuV020 authored Jun 2, 2017
    Configuration menu
    Copy the full SHA
    351cead View commit details
    Browse the repository at this point in the history