Janet Do
611dfa00a5
Export data from the statistics screen
...
Closes #27
9 years ago
Anirudha Agashe
54a195243d
Fixed failing build
...
Replaced static method to obtain context with appropriate dependency
9 years ago
Anirudha Agashe
4fc30fae53
Remove use of static context from HabitsApplication class ( #224 )
...
Remove static context from application class. Replace static method to obtain context with appropriate dependency. Remove context from controller. Add auto factory to export db task.
9 years ago
Alinson S. Xavier
b3fe9c65d2
Refresh data at midnight
...
Fixes #221
9 years ago
Alinson S. Xavier
0a8b763ece
Make TimePicker slightly smaller
...
Fixes #219
9 years ago
Alinson S. Xavier
d81fdb41dc
Remove temp file after importing
9 years ago
Alinson S. Xavier
02c8810e46
Bump targetSdkVersion to 25
9 years ago
Alinson S. Xavier
6adf8061d3
Use FileProvider instead of File URIs
9 years ago
Alinson S. Xavier
d19d57e5df
Use Storage Access Framework when importing files
9 years ago
Alinson S. Xavier
fd82e6c24b
Remember last used order
9 years ago
Alinson S. Xavier
56263efa39
Sort by score
9 years ago
Alinson S. Xavier
d5eacba303
Disable drag-and-drop when automatically sorting
9 years ago
Alinson S. Xavier
222261c674
Add order menu
9 years ago
Alinson S. Xavier
b1a06df7f8
Implement automatic sorting for SQLHabitList
9 years ago
Alinson S. Xavier
a1fc7dd0d1
Implement automatic sorting for MemoryHabitList
9 years ago
Justin Inácio
10131d5124
Allow intervals larger than 99 days ( #202 )
9 years ago
Alinson S. Xavier
908fd1d6ae
Fix NoSuchMethodError on Android 4.1
9 years ago
Alinson S. Xavier
c8cd4fa389
Delete old database cache
9 years ago
Alinson S. Xavier
e273fe7375
Automatically repair inconsistent databases before crashing
9 years ago
Alinson S. Xavier
ab3b946c65
Update translations
9 years ago
Alinson S. Xavier
38cd47c199
Remove empty title bar on TimePickerDialog
9 years ago
Alinson S. Xavier
fa64bd389d
Update list of developers
9 years ago
Alinson S. Xavier
79ae181df2
Bump version to 1.6.0
9 years ago
Alinson S. Xavier
320dca9070
Automatically change order of days on pre-lollipop
9 years ago
Alinson S. Xavier
f3b9fc825a
HabitMatcher: only compute today's value if needed
9 years ago
Alinson S. Xavier
50da14022f
Fix bug that prevented ringtone from being saved
9 years ago
Alinson S. Xavier
84a02fe541
Remove duplicate shadows and some duplicate code
9 years ago
Alinson S. Xavier
b3aa3d14c0
Remove unused resources
9 years ago
Alinson S. Xavier
e9cdfd23c4
Fix widgets on API 15
9 years ago
Alinson S. Xavier
659ad2d817
Fix card background color (pre-lollipop)
9 years ago
Alinson S. Xavier
d537ba0dfa
Fix layout issues on pre-lollipop
9 years ago
Alinson S. Xavier
7c14725d88
Always show menu icons
9 years ago
Alinson S. Xavier
638b3f763c
Fix some crashes on old devices
9 years ago
Alinson S. Xavier
f876fc50bb
Only recalculate all list positions when repairing database
9 years ago
Alinson S. Xavier
919504ccfb
Render widgets in a separate thread
9 years ago
Alinson S. Xavier
8e82f369c7
Implement Tasker/Locale plugin
9 years ago
Alinson S. Xavier
0a5677211e
Remove reference to MainActivity
9 years ago
Alinson S. Xavier
65071797c9
SettingsActivity: Fix toolbar color in night mode
9 years ago
Alinson S. Xavier
df1751b21a
Refactor AboutActivity
9 years ago
Alinson S. Xavier
4e952dd87a
Remove MainActivity and use activity-alias
9 years ago
Nikhil
132dce8919
Improve error message on widget
...
Fixes #168
9 years ago
Alinson S. Xavier
5c8450191a
Make notifications actionable on the Pebble
...
Closes #126
9 years ago
Alinson S. Xavier
b1d00598eb
Add option to repair database
9 years ago
Alinson S. Xavier
518ade3165
Add some database checks
9 years ago
jotran
ec34043041
Add exporting scores and checkmarks files with multiple habits ( #68 ).
...
Add writeMultipleHabits to write a scores file and a checkmarks file
that contains scores and checkmarks of multiple habits.
Add getTimeframe because it was necessary to get the timeframe between
all habits so that row data could be populated correctly for habits that
started before/after other habits.
Move writeCheckmarks to below writeScores since it wasn't called until
after writeScores in writeHabits.
Add getByInterval to ScoreList, MemoryScoreList, and SQLiteScoreList to
get scores between a given interval - simiarly to CheckmarkList.
Add getValues (ScoreList) to get all values between a given timeframe.
Add getNewest to get the newest repetition in a list and to correspond
with getOldest.
Add getDaysBetween to DateUtils to quickly get the number of days
between two timestamps.
Add tests for the new functions.
9 years ago
Alinson S. Xavier
4d5407a5cc
Fix bug on compute methods that prevented them from recomputing old values
9 years ago
Alinson S. Xavier
904489d812
Remove debug log
9 years ago
Donaira Tamulynaitė
bc19858bca
Habit label takes up to 1/3 screen width.
9 years ago
Alinson S. Xavier
a998a62cdb
Remove notification when habit is deleted
9 years ago
Alinson S. Xavier
1a89bb02be
Add option to make notifications sticky
9 years ago