|
|
905099ccdb
|
Fix invalid translation files
|
2019-04-01 07:32:34 -05:00 |
|
|
|
76b848752c
|
Convert i18n strings from Android XML to Kotlin
|
2019-04-01 07:22:48 -05:00 |
|
|
|
48c3ff584a
|
Rename to DetailScreenController; pass habit as argument
|
2019-03-31 19:43:20 -05:00 |
|
|
|
979affef22
|
Replace action sheet icon
|
2019-03-31 19:08:07 -05:00 |
|
|
|
274d3d6858
|
Main screen: add action sheet
|
2019-03-31 18:08:42 -05:00 |
|
|
|
f491acdda9
|
Simplify data trasfer in MainScreenDataSource
|
2019-03-31 17:31:40 -05:00 |
|
|
|
6ac7ef7807
|
Add stubs for Score and Streak
|
2019-03-31 17:15:39 -05:00 |
|
|
|
5d1f5168ad
|
Create Observable class
|
2019-03-31 16:54:43 -05:00 |
|
|
|
262b9460bd
|
Move README and related files to root
|
2019-03-31 06:48:30 -05:00 |
|
|
|
f4e4da6dc5
|
iOS: use actual data for checkmarks on main screen
|
2019-03-31 06:48:29 -05:00 |
|
|
|
024c99e60d
|
Remove Xcode files
|
2019-03-31 06:48:29 -05:00 |
|
|
|
aa6b13f3a6
|
Remove DateCalculator
|
2019-03-31 06:48:29 -05:00 |
|
|
|
70a79856f2
|
Reorganize packages; implement checkmarks
|
2019-03-31 06:48:29 -05:00 |
|
|
|
6a30bb98c6
|
Rename legacy to android
|
2019-03-31 06:48:29 -05:00 |
|
|
|
07cf74d400
|
Remove obsolete react-native version of Android app
|
2019-03-31 06:48:26 -05:00 |
|
|
|
94b35545b7
|
Remove obsolete information from README.md
|
2019-03-31 06:48:26 -05:00 |
|
|
|
8544c5dc8a
|
Remove react-native; rewrite main screen in (native) swift
|
2019-03-31 06:48:26 -05:00 |
|
|
|
a546f6de73
|
Update
|
2019-03-31 06:48:26 -05:00 |
|
|
|
7cab0a39e5
|
Implement database access (with migrations)
|
2019-03-31 06:48:26 -05:00 |
|
|
|
e19339d808
|
Add symlink to node_modules
|
2019-03-31 06:48:26 -05:00 |
|
|
|
134975b8ba
|
Fix instructions in core/build.gradle
|
2019-03-31 06:48:26 -05:00 |
|
|
|
2d0a57efbd
|
Update README
|
2019-03-31 06:48:26 -05:00 |
|
|
|
50e94c4d09
|
Update README; add screenshot
|
2019-03-31 06:48:26 -05:00 |
|
|
|
15974bdca8
|
Add README
|
2019-03-31 06:48:26 -05:00 |
|
|
|
0734e74154
|
Add gradle wrappers
|
2019-03-31 06:48:26 -05:00 |
|
|
|
f108bc8dc1
|
Initial prototype of multi-platform version
|
2019-03-31 06:48:26 -05:00 |
|
|
|
4ccda9d6f7
|
Move existing source code to subfolder
|
2019-03-31 06:48:26 -05:00 |
|
|
|
db1ba822fe
|
Merge pull request #472 from chennemann/feat/create-habit-with-long-description
fix: habits with long description could not be saved
|
2019-01-27 22:30:14 -06:00 |
|
|
|
bd18a4320a
|
Merge pull request #471 from chennemann/feat/always-hide-archive-action
Always hide archive/unarchive icon
|
2019-01-27 22:19:43 -06:00 |
|
Christoph Hennemann
|
b180f11834
|
fix: habits with long description could not be saved
- That was due to a bug where the dialog was not resized
or scrollable and therefore the save button was not
accessible
References: #462
|
2019-01-23 21:16:26 +01:00 |
|
Christoph Hennemann
|
d4b5c7b9d5
|
feat: Always hide archive/unarchive icon
- Improves usability since the icons do not
jump around when more than one habit is
selected
References: #465
|
2019-01-23 20:55:38 +01:00 |
|
|
|
a719f6ad98
|
Merge pull request #459 from chennemann/feat/scroll-bar-in-main-menu
Add scrollbars to habit overview list
|
2019-01-22 16:49:37 -06:00 |
|
Christoph Hennemann
|
d8894753e0
|
feat: Add scrollbars to habit overview list
References: #365
|
2019-01-20 00:40:35 +01:00 |
|
|
|
178061475e
|
Improve performance when importing database
|
2018-12-08 12:24:44 -06:00 |
|
|
|
3581173193
|
NumberPicker: automatically show keyboard
|
2018-12-08 08:30:23 -06:00 |
|
|
|
a839631aae
|
Fix previews in Layout Editor
|
2018-12-07 05:59:54 -06:00 |
|
|
|
a3e0d7ffb1
|
BarCard: fix target
|
2018-12-06 20:16:45 -06:00 |
|
|
|
6d4dbcdee7
|
Disable more flaky tests
|
2018-12-05 22:08:02 -06:00 |
|
|
|
33ae289ff1
|
Temporarily disable flaky tests
|
2018-12-05 21:52:44 -06:00 |
|
|
|
fca695ee6b
|
Remove nightly APK badge
|
2018-12-05 21:27:29 -06:00 |
|
|
|
8fd175685d
|
Update badge.py to Python 3
|
2018-12-05 21:02:23 -06:00 |
|
|
|
6a3e430a5e
|
Merge pull request #438 from vyu1/dev
Add name (Victor Yu) to developer list
|
2018-09-18 19:04:27 -05:00 |
|
Victor Yu
|
07efa8b321
|
Add name (Victor Yu) to developer list
|
2018-09-17 23:31:50 -04:00 |
|
|
|
9183cb9f37
|
Update test images
|
2018-08-14 07:32:02 -05:00 |
|
|
|
a1bd4836dd
|
gradle: do not abort on lint errors
|
2018-08-14 07:31:18 -05:00 |
|
|
|
dc74c0e54b
|
Simplify StackWidgetService; reduce flicker
|
2018-06-16 19:35:28 -05:00 |
|
|
|
436d19dfea
|
Merge branch 'dev' into feature/stackview
# Conflicts:
# uhabits-android/src/main/java/org/isoron/uhabits/widgets/HabitPickerDialog.kt
|
2018-06-16 18:06:23 -05:00 |
|
|
|
6ca4877f1f
|
BarChart: allow user to pick interval
|
2018-06-15 21:11:47 -05:00 |
|
|
|
6ad302b697
|
Show bar chart with monthly totals
|
2018-06-14 22:59:31 -05:00 |
|
|
|
b0820095f1
|
Add action for randomizing habit history (dev mode)
|
2018-06-13 21:39:06 -05:00 |
|