abouttreesummaryrefslogcommitdiff
path: root/res/layout
AgeCommit message (Collapse)AuthorFilesLines
2023-07-19Refactor: Use a PreferenceCategory for extra keysJules Aguillon1-5/+0
This removes the need for a layout definition and adds a title before the prefs. It's a prerequise for the custom keys preference.
2023-07-09Refactor: Don't define extra keys in xmlJules Aguillon1-0/+5
The current approach is hard to maintain, for example the last key "autofill" was not displayed. This implements a PreferenceGroup that contains the check boxes for every extra keys without involving listing the preferences in settings.xml. A custom layout is used to remove the 'title' text view. The list of extra keys is moved into the new class. 'ExtraKeyCheckBoxPreference' becomes a nested class.
2023-04-02Launcher activity: Input boxJules Aguillon1-4/+6
For trying the keyboard without having to mess with an other app.
2023-03-28Add a launchable explanatory activityJules Aguillon1-0/+6
This activity points to the system settings page for enabling input methods. This is purely a shortcut but is expected by many users. It could be made more useful in the future or hidden whenever the keyboard is enabled.
2022-12-11Improve emoji pane layoutJules Aguillon1-1/+1
The measurement function was wrong in some situations. Set a width for columns and properly configure the GridView.
2021-12-30Add themesJules Aguillon2-2/+2
Add a "Theme" option to choose between a dark and light theme. The light theme uses the colors of the dark theme with the luminance inversed. The reloading after a configuration change is changed slightly: - Special handling is needed when the Theme is changed (recreate the views) - The default implementation of 'onConfigurationChanged' is used Which triggers more refresh (but don't recreate the views) - 'onCreateInputView' is no longer needed
2021-12-28Use the themes abstractionJules Aguillon2-3/+3
Themes replace 'colors.xml' and soon will replace 'dimens.xml'.
2021-12-19Auto-format Java and XML filesJules Aguillon2-40/+10
Use xmllint. Re-indent Java files using spaces.
2021-01-17Update the list of emojisJules Aguillon1-44/+2
Take the list from https://unicode.org/Public/emoji/13.1/emoji-test.txt Also change the list of groups, from the same source.
2015-10-28Fix some bugs + Try to show a preview popupjaguillo1-1/+0
2015-10-27Improve init of emoji panejaguillo1-37/+4
2015-10-27Fix crash + Fix emoji type buttonsjaguillo1-40/+11
2015-10-26More emoji category + Fix last emoji used savingjaguillo1-13/+39
2015-10-26Last used emojijaguillo1-0/+9
2015-10-24Emoji panejaguillo1-2/+103
2015-10-23Start with emojisjaguillo2-0/+7
2015-08-04logcat.pyjuloo1-0/+1
2015-08-02Nothingjuloo1-4/+0
2015-07-30Initial commitjuloo1-0/+8