0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-20 12:02:19 +02:00
Commit Graph

120 Commits

Author SHA1 Message Date
Patrick Goldinger
b4caa66377 Add emoji2 library / Improve emoji UI a lot 2022-02-22 01:40:37 +01:00
Patrick Goldinger
8674a04a5c Release v0.3.14-beta12 2022-02-14 21:38:40 +01:00
Patrick Goldinger
3f85e1167c Fix blank screen on initial app launch after install (#1537) 2022-02-14 00:20:46 +01:00
Patrick Goldinger
9c05096184 Rework internal implementation of window insets within Settings UI 2022-02-13 21:24:23 +01:00
Patrick Goldinger
79eb080811 Upgrade AGP to 7.1.1 / Upgrade other dependencies 2022-02-13 15:37:47 +01:00
Patrick Goldinger
888af9d28d Release v0.3.14-beta11 2022-02-08 19:43:54 +01:00
Patrick Goldinger
d5aac7ac14 Release v0.3.14-beta10 2022-02-07 21:09:41 +01:00
Patrick Goldinger
a8b0a6d555 Upgrade dependencies / Upgrade Kotlin to 1.6.10 2022-02-03 20:40:34 +01:00
Patrick Goldinger
0a430b4b0a Release v0.3.14-beta09 2022-02-02 23:46:47 +01:00
Patrick Goldinger
86bdad61a4 Add (semi-)live-preview to stylesheet editor
Semi-live only because you must apply a property value before the change reflects on the keyboard UI. THis is also done because instantly updating the stylesheet when using the color picker would create lag.
2022-01-30 23:18:52 +01:00
Patrick Goldinger
6402511d38 Eradicate nasty bug in SnyggRule comparator and equality logic
This bug caused some rules to be magically hidden, because they were either
incorrectly resolved as equal or the comparator returned `=` even though the
codes, groups or modes did not match at all.
2022-01-27 23:49:20 +01:00
Patrick Goldinger
f3375f48ef Update AGP to 7.1.0 and Gradle to 7.2 2022-01-27 00:12:01 +01:00
Patrick Goldinger
b5e6655c84 Add color picker to property editor in stylesheet editor 2022-01-26 19:38:29 +01:00
Patrick Goldinger
a2805bedca Add codes modifier UI in rule editor for stylesheet editor 2022-01-23 13:30:07 +01:00
Patrick Goldinger
96e7f2eeac Add restore data functionality 2022-01-10 23:00:00 +01:00
Patrick Goldinger
6f0216cf9f Raise targetSdk from API 30 to 31 2022-01-06 00:59:06 +01:00
Patrick Goldinger
e0ae0abda2 Release v0.3.14-beta08 2022-01-05 22:25:45 +01:00
Patrick Goldinger
06e5d64700 Further remove view binding and unused code+dependencies 2021-12-19 19:36:26 +01:00
Patrick Goldinger
406070da62 Improve build.gradle plugin definition 2021-12-19 12:46:19 +01:00
Patrick Goldinger
f9c3da6f09 Remove unused dependencies / Upgrade Room to 2.4.0 2021-12-19 12:04:08 +01:00
Patrick Goldinger
b04d797022 Upgrade to JetPref 0.1.0-beta02 and Jetpack Compose 1.1.0-rc01 2021-12-17 20:16:10 +01:00
Patrick Goldinger
f14e52bc43 Upgrade Room to 2.4.0-rc01 / Remove unused packages
Upgrading Room possibly fixes the clipboard history bug.
2021-12-13 00:32:15 +01:00
Patrick Goldinger
17cac9d12b Release v0.3.14-beta07 2021-12-12 23:54:35 +01:00
Patrick Goldinger
3d8cb7828f Upgrade to Jetpack Compose 1.1.0-beta04 / Kotlin 1.6 2021-12-01 23:59:37 +01:00
Patrick Goldinger
55977e0c33 Upgrade to JetPref 0.1.0-beta01 2021-11-29 01:24:03 +01:00
Patrick Goldinger
1a968a6651 Release 0.3.14-beta06 2021-11-28 19:22:48 +01:00
Patrick Goldinger
d91886a6ed Fix Snygg stylesheet compile logic 2021-11-21 19:07:56 +01:00
Patrick Goldinger
4598f3221b Vastly improve stylesheet merging / Improve new input logic 2021-11-20 19:22:57 +01:00
Patrick Goldinger
704d55051b Re-implement parts of touch logic 2021-11-18 20:39:02 +01:00
Patrick Goldinger
c1db4c1bea Fix old LayoutManager / Add extCore builders for component names 2021-11-15 01:42:38 +01:00
Patrick Goldinger
286d2dfc19 Add base implementation for Snygg themes 2021-11-10 22:18:04 +01:00
Patrick Goldinger
41a6ab36ea Fix prefs getting reset when loaded in direct boot mode (#1304) 2021-10-31 17:18:39 +01:00
Patrick Goldinger
510f2cc120 Upgrade to JetPack Compose 1.1.0-beta01 2021-10-29 20:24:32 +02:00
Patrick Goldinger
bce5199e31 Release v0.3.14-beta05 2021-10-28 22:19:19 +02:00
Patrick Goldinger
f67acac9f8 Fix build.gradle NDK ABI filters 2021-10-25 23:59:53 +02:00
Patrick Goldinger
a6c829ef6c Rework implementation of app icon 2021-10-20 00:47:26 +02:00
Patrick Goldinger
4c554d1361 Upgrade JetPref to 0.1.0-alpha11 2021-10-18 00:43:47 +02:00
Patrick Goldinger
febc37e02c Upgrade to JetPref 0.1.0-alpha10 & JetPack Compose 1.1.0-alpha06 2021-10-17 15:51:15 +02:00
Patrick Goldinger
1ef7656c6b Release v0.3.14-beta04 2021-10-15 19:47:36 +02:00
Patrick Goldinger
ec9a7882ae Add extension indexing and improve loading 2021-10-09 20:53:10 +02:00
Patrick Goldinger
f6a686a79d Add ExtensionAuthor unit test, fix bugs 2021-10-08 01:00:57 +02:00
Patrick Goldinger
6fb003099b Upgrade JetPack Compose to 1.1.0-alpha05 2021-10-06 23:53:44 +02:00
Patrick Goldinger
9f3907eab4 Add kotest testing library / Temporarily remove old unit tests
Removal because some of them have not been updated for ages and
because the old Junit and Mockito code messes with kotest.

The old unit tests will be reimplemented in kotest as best as possible.
2021-09-30 00:27:33 +02:00
Patrick Goldinger
3b1ce29288 Add "Purposely crash app" debug action 2021-09-28 22:15:24 +02:00
Patrick Goldinger
e768af02e2 Upgrade KotlinX Coroutine Library to 1.5.2 (#1295) 2021-09-28 20:58:53 +02:00
Patrick Goldinger
2c57aecd65 Add background-only splash screen
This is only temporary until the SplashScreen Compat API evolves.
2021-09-27 21:30:40 +02:00
Patrick Goldinger
da0f881f7c Upgrade to JetPref 0.1.0-alpha08 2021-09-26 22:45:57 +02:00
Patrick Goldinger
fa96a239b4 Release v0.3.14-beta03 2021-09-26 20:39:42 +02:00
Patrick Goldinger
1109a3efb1 Add third-party license screen in new UI 2021-09-24 18:58:40 +02:00
Patrick Goldinger
fc8557d19b Remove Timber Logcat library 2021-09-23 00:19:11 +02:00