Quentin Hibon
|
bbe39f8523
|
Replace appendln with appendLine
|
2021-01-18 16:13:19 +01:00 |
|
Quentin Hibon
|
a69490a23a
|
Update kotlin version
|
2021-01-18 16:02:48 +01:00 |
|
Quentin Hibon
|
b6223c3805
|
Fix outdated javadocs
|
2021-01-18 16:02:48 +01:00 |
|
|
|
e3524c112a
|
Convert uhabits-android/build.gradle to Kotlin
|
2021-01-16 15:31:22 -06:00 |
|
|
|
8c0141508d
|
Convert uhabits-server/build.gradle to Kotlin; use standard paths
|
2021-01-16 14:44:24 -06:00 |
|
|
|
8206450456
|
Convert top-level build.gradle to Kotlin
|
2021-01-16 13:55:26 -06:00 |
|
|
|
a5dfe0ec51
|
Convert uhabits-core/build.gradle to Kotlin
|
2021-01-16 09:45:23 -06:00 |
|
|
|
9a4aaf47bc
|
Merge pull request #707 from hiqua/dev
|
2021-01-14 06:41:37 -06:00 |
|
Quentin Hibon
|
485e4245ff
|
Fix kotlin null check
|
2021-01-12 18:25:08 +01:00 |
|
Quentin Hibon
|
72a7cd9685
|
Fix ambiguous @Module
|
2021-01-12 18:25:00 +01:00 |
|
Quentin Hibon
|
95a7c4f474
|
Fix gradle task 'ktlintApplyToIdea'
|
2021-01-12 17:36:11 +01:00 |
|
Quentin Hibon
|
f208601bc4
|
Convert uhabits.receivers to kotlin
|
2021-01-12 17:33:53 +01:00 |
|
Quentin Hibon
|
d5b9fda636
|
Convert SnoozeDelayPickerActivity to kotlin
|
2021-01-12 17:33:53 +01:00 |
|
|
|
99277491c8
|
Remove unused imports
|
2021-01-05 23:09:34 -06:00 |
|
|
|
2828dfcc75
|
Update copyright notices
|
2021-01-05 23:05:48 -06:00 |
|
|
|
b14aa668c2
|
Update BUILD.md
|
2021-01-05 22:57:11 -06:00 |
|
|
|
47de6243d3
|
Update GUIDELINES.md
|
2021-01-05 22:54:56 -06:00 |
|
|
|
7bad2c886b
|
Fix GitHub Actions script
|
2021-01-05 22:31:49 -06:00 |
|
|
|
c4e496a5ff
|
Update build scripts
|
2021-01-05 22:18:35 -06:00 |
|
|
|
7ee3e00e49
|
Create top-level gradle project; remove duplicated gradle wrappers
|
2021-01-05 22:03:01 -06:00 |
|
|
|
2f39b63723
|
Add ktlint to uhabits-core; clean up build.gradle
|
2021-01-05 21:24:20 -06:00 |
|
|
|
d279388884
|
Merge branch 'dev' into feature/kmm-merge
|
2021-01-05 20:43:37 -06:00 |
|
Marco Zanetti
|
358e1ccf42
|
Convert org.isoron.uhabits.core.utils to Kotlin (#699)
|
2021-01-05 20:33:49 -06:00 |
|
|
|
236d56bbf0
|
Remove unused files
|
2021-01-03 20:47:21 -06:00 |
|
|
|
68f9b8339f
|
Flatten uhabits-android into a single gradle module
|
2021-01-03 20:44:55 -06:00 |
|
|
|
4a4356b72a
|
Update build scripts
|
2021-01-03 17:35:31 -06:00 |
|
|
|
b71675585c
|
Update path to uhabits-core-legacy
|
2021-01-03 14:52:17 -06:00 |
|
|
|
bebb356425
|
Reorganize top level directory
|
2021-01-03 14:43:49 -06:00 |
|
|
|
9fd36d8d53
|
Move uhabits-core to top level; all Java files to uhabits-core:jvmMain/jvmTest
|
2021-01-03 13:21:02 -06:00 |
|
|
|
1137088e20
|
Merge branch 'dev' into canvas
|
2021-01-03 12:02:32 -06:00 |
|
|
|
6f2b2ab883
|
Remove Google AutoFactory; expand Dagger imports
Fixes #681
|
2021-01-03 11:31:55 -06:00 |
|
|
|
d8fcc9160d
|
Make uhabits-core a Kotlin multiplatform module
|
2021-01-03 10:21:28 -06:00 |
|
|
|
cb6843e08b
|
Remove ShowHabitScreen and ShowHabitBehavior
|
2021-01-02 00:45:16 -06:00 |
|
|
|
162eac3bdf
|
HistoryChart: Fix HistoryEditorDialog
|
2021-01-01 23:20:20 -06:00 |
|
|
|
e2d2b5b4b3
|
HistoryChart: Customizable first day of week
|
2021-01-01 17:47:28 -06:00 |
|
|
|
de3668db96
|
HistoryChart: Fix transparency
|
2021-01-01 11:32:38 -06:00 |
|
|
|
93a2ec3186
|
Replace HistoryChart by new Kotlin implementation
|
2021-01-01 09:36:23 -06:00 |
|
|
|
354c930d85
|
Replace BarChart by new Kotlin implementation
|
2020-12-31 15:20:00 -06:00 |
|
|
|
e97cdce467
|
Copy platform.{gui,io,time} from core; implement AndroidCanvas
|
2020-12-31 13:29:43 -06:00 |
|
|
|
13826f4934
|
ShowHabitActivity: Move presenters and view models to uhabits-core
|
2020-12-31 00:10:29 -06:00 |
|
|
|
1cdbc53dc5
|
EntryList: simplify groupBy
|
2020-12-30 22:45:33 -06:00 |
|
|
|
51b9517897
|
EntryList: remove getValues
|
2020-12-30 17:28:10 -06:00 |
|
|
|
a74a4b390b
|
StreakList: Return copy of list, instead of a view to original list
|
2020-12-30 16:44:26 -06:00 |
|
|
|
79b134164a
|
Convert remaining core.io classes to Kotlin
|
2020-12-30 16:36:27 -06:00 |
|
|
|
ced78e0b1f
|
Update guidelines on code style
|
2020-12-30 15:29:26 -06:00 |
|
|
|
9087025418
|
Reformat all Kotlin files with ktlint; add check to build script
|
2020-12-30 15:15:12 -06:00 |
|
|
|
9a5263e508
|
Update GUIDELINES.md
|
2020-12-30 12:26:39 -06:00 |
|
|
|
75571e2eb0
|
Fix link
|
2020-12-30 12:23:21 -06:00 |
|
|
|
b5ed4b9a9c
|
Merge branch 'dev' of github.com:iSoron/uhabits into dev
|
2020-12-30 12:19:42 -06:00 |
|
|
|
2daf08d22d
|
Update developer guidelines
|
2020-12-30 12:18:19 -06:00 |
|