| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-02-13 | Use the improved font for shift, globe, enter and space | Jules Aguillon | 1 | -5/+11 | |
| These glyph were available in the custom font but not used yet. | |||||
| 2022-02-13 | Add ю to the bulgarian layout | Jules Aguillon | 1 | -1/+1 | |
| Thanks Zdravko for pointing out. | |||||
| 2022-02-13 | Scale the bottom row depending on the host layout | Jules Aguillon | 1 | -10/+31 | |
| 1ff8526 added a bug for layouts that weren't 10 units wide. | |||||
| 2022-02-13 | Fix forced inverted colors on Xiaomi phones | Jules Aguillon | 1 | -0/+2 | |
| MIUI inverts the colors of the app it thinks doesn't implement dark themes correctly. Also, it inverts the colors in the dumbest possible way: it doesn't invert all the colors the same way. It thinks that presumably because I don't use the Material base themes. | |||||
| 2022-02-13 | Invert return key in TTF (#67) | Roy-Orbison | 1 | -0/+0 | |
| Was a "level-up" symbol, now looks like a return key in identical style. | |||||
| 2022-02-07 | Improve QWERTZ | Jules Aguillon | 1 | -8/+8 | |
| - Add the umlauts back. - Remove the accents. QWERTZ changes from "programming layout" to "localized layout". - Move the '?' away from the edge of the screen. | |||||
| 2022-02-07 | build: Use d8 instead of dx | Jules Aguillon | 2 | -2/+2 | |
| dx have been removed in android build tools >30.0.3 in favor of d8. Lift the version constraint on the build tools. | |||||
| 2022-02-07 | Define the bottom row separately | Jules Aguillon | 10 | -118/+88 | |
| Avoid divergences when the bottom row is modified. | |||||
| 2022-02-07 | Dvorak layout (#16) | AlexandraAlter | 3 | -0/+47 | |
| 2022-02-06 | Replace unusual return symbol | Max Schillinger | 1 | -1/+1 | |
| 2022-02-06 | Allow egde keys instead of corner keys (swipe vertically/horizontally) | Max Schillinger | 8 | -26/+73 | |
| Add a new boolean parameter "edgekeys" for defining keys that have the additional (swipe) keys on the edges (top, right, left, bottom) instead of at the corners (top left, top right, bottom left, bottom right). | |||||
| 2022-02-06 | Add the Meta key to every layouts | Jules Aguillon | 4 | -4/+4 | |
| To follow soon: Define the bottom row separately from layouts. | |||||
| 2022-02-06 | Add the Meta key | Jules Aguillon | 3 | -2/+6 | |
| Currently using the diamond symbol like the history meta key: https://en.wikipedia.org/wiki/Meta_key However, this key is actually interpreted as the Super/Windows key but Android calls it "meta" internally. | |||||
| 2022-02-05 | Use apksigner from the build tools for release builds too | Jules Aguillon | 2 | -8/+4 | |
| 2022-02-05 | Makefile: Pass full path when calling apksigner | Max Schillinger | 1 | -1/+1 | |
| 2022-02-05 | Add supoort to show accents for Portuguese language | Raphael | 1 | -0/+1 | |
| 2022-01-31 | Release 1.12.0 (16) | Jules Aguillon | 3 | -1/+26 | |
| 2022-01-31 | Turn the key spacing options to ints | Jules Aguillon | 1 | -2/+2 | |
| Float values were not rendered properly and the granularity isn't needed. | |||||
| 2022-01-30 | Add options for the spacing between the keys | Jules Aguillon | 4 | -6/+16 | |
| Two options: vertical and horizontal. | |||||
| 2022-01-30 | Select theme depending on system settings | Jules Aguillon | 7 | -18/+47 | |
| Automatically choose between the Dark and Light themes. | |||||
| 2022-01-30 | Avoid color inversion in dark theme | Jules Aguillon | 1 | -0/+4 | |
| 2022-01-30 | Contributing guidelines for layouts and translations | Jules Aguillon | 1 | -0/+26 | |
| 2022-01-30 | Improve Action key detection | Jules Aguillon | 2 | -11/+4 | |
| There were two problems: - The Action key was swapped when it shouldn't be. The flag 'IME_FLAG_NO_ENTER_ACTION' wasn't interpreted correctly for inputs that specified both an action and this flag. - The value 'IME_ACTION_UNSPECIFIED' should remove the Action key. | |||||
| 2022-01-30 | Missing Action key in the QWERTZ layout | Jules Aguillon | 1 | -1/+1 | |
| This caused an even bigger problem: The Enter key would disappear instead of being swapped with the Action key. | |||||
| 2022-01-29 | Fn+Tab to send the tab character | Jules Aguillon | 2 | -0/+2 | |
| 2022-01-29 | Add support for the Bulgarian language and layout | Jules Aguillon | 4 | -0/+48 | |
| Thanks Zdravko Iskrenov for the contribution. | |||||
| 2022-01-29 | Fix modifier not working on non-ASCII | Jules Aguillon | 1 | -1/+2 | |
| Characters defined in layouts that aren't defined in KeyValue weren't recognized as character keys. Not working with modifiers. | |||||
| 2022-01-29 | Add Latvian translation | Edgars | 3 | -0/+64 | |
| 2022-01-29 | Add Latvian specific QWERTY layout | Edgars | 4 | -2/+49 | |
| A customised Latvian specific QWERTY layout (QWERTY (Latvian)) was added to access all Latvian diacritic characters with a swipe. Additionally caron, cedille and macron accents were enabled for this layout. | |||||
| 2022-01-23 | Globe key: Open keyboard switching dialog | Jules Aguillon | 1 | -1/+3 | |
| instead of immediately switching to the next input method. | |||||
| 2022-01-23 | Translate to French | Jules Aguillon | 1 | -0/+45 | |
| 2022-01-23 | Improve some strings | Jules Aguillon | 1 | -4/+4 | |
| 2022-01-23 | Make action key labels translatable | Jules Aguillon | 2 | -6/+14 | |
| 2022-01-22 | Update feature graphic according to Google's guidelines | Jules Aguillon | 1 | -0/+0 | |
| 2022-01-22 | Use symbols for configuration and emoji keys | Edgars | 1 | -2/+2 | |
| `srcs/juloo.keyboard2/KeyValue.java` was updated to replace `Conf` with `⛭` (`\u2699`) and `:)` with `☻` (`\u263B`). | |||||
| 2022-01-22 | Update README.md | Poussinou | 1 | -0/+3 | |
| 2022-01-20 | Add keys for Latvian | Edgars | 5 | -14/+32 | |
| New accents - caron and macron - were defined and QWERTY layout was updated to add accents for Latvian specific characters. | |||||
| 2022-01-20 | Release 1.11.1 (15) | Jules Aguillon | 3 | -1/+17 | |
| 2022-01-20 | Fix crash when switching app | Jules Aguillon | 1 | -0/+10 | |
| 2022-01-20 | Makefile: Sign the debug apk with scheme v2 | Jules Aguillon | 1 | -3/+2 | |
| 2022-01-20 | Update doc for Android 11 | Jules Aguillon | 4 | -11/+8 | |
| 2022-01-17 | Fix broken link (because of case sensitivity) | Raphael | 1 | -1/+1 | |
| 2022-01-16 | Release 1.11.0 (14) | Jules Aguillon | 3 | -1/+17 | |
| 2022-01-16 | Update and improve the description | Jules Aguillon | 7 | -24/+50 | |
| Explain better what the app is and mention some of the features. Unfortunately, the German translation needs to be dropped because I can't maintain it. | |||||
| 2022-01-15 | German keyboard added (#20) | Moini | 12 | -3/+65 | |
| * Add German metadata translation * Add German keyboard Co-authored-by: Jules Aguillon <jules@j3s.fr> | |||||
| 2022-01-15 | Fix miscalculation of the space between the keys | Jules Aguillon | 2 | -8/+10 | |
| 'keyVerticalInterval' was mistakenly used to compute the height of the keyboard and the vertical position of keys. While the code handling pointers did not use this value, the hit box of the bottom row was shifted by several pixels. Make sure 'keyVerticalInterval' is only used for rendering and not for placing the keys. | |||||
| 2022-01-15 | Contributing: Mention enabling the virtual keyboard | Jules Aguillon | 1 | -6/+5 | |
| 2022-01-15 | CONTRIBUTING: Document debug installation failure | Jules Aguillon | 1 | -0/+22 | |
| 2022-01-15 | Add a CONTRIBUTING guide | Jules Aguillon | 2 | -0/+46 | |
| 2022-01-10 | Update screenshots | Jules Aguillon | 9 | -0/+0 | |
