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
d03578fd9e
Update changelog
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
1a8d9e72a1
Add Tasker screenshots
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
Alinson S. Xavier
dc5d7930a6
Merge pull request #173 from JotraN/dev
...
Add exporting scores and checkmarks files with multiple habits (#68 ).
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
Alinson S. Xavier
d2436a3165
Merge pull request #174 from Donaira/dev
...
Increase width of name column according to screen size
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
Alinson S. Xavier
6e8ea471aa
Do not cancel notifications automatically
9 years ago
Alinson S. Xavier
ec42fb54f4
Do not store position of ViewHolder
9 years ago
Alinson S. Xavier
c46fa84135
Fix bug that made it impossible to disable a reminder
9 years ago
Alinson S. Xavier
16dcc0cbc2
Fix tests
9 years ago
Alinson S. Xavier
6f10039aba
Merge pull request #171 from regularcoder/dev
...
Add repetition count to overview card
9 years ago
RegularCoder
5cbc0a3292
Add repetition count to overview card, for #115
9 years ago
Alinson S. Xavier
7f67a9eb63
Revert concurrent AsyncTasks
9 years ago
Alinson S. Xavier
d3f7ebd60c
SQLiteHabitList: fix corrupted order automatically
9 years ago
Alinson S. Xavier
461fe1f0b6
Improve performance
9 years ago
Alinson S. Xavier
8eb9f398d5
Allow multiple AsyncTasks to run concurrently
...
Fixes #134
9 years ago
Alinson S. Xavier
f178bcbdd2
CheckmarkButtonView: avoid layout inflation
9 years ago
Alinson S. Xavier
66c3136fad
Allow views to be rendered by the layout editor
9 years ago
Alinson S. Xavier
4b04966617
Update AMOLED mode upon exiting settings
...
Fixes #118
9 years ago
Alinson S. Xavier
3ea21fe823
Update order of checkmark buttons automatically upon exiting settings
9 years ago