6ede96a8ab
Graph: Remove all debug print statements
...
Too much noise. I'll remove them later when I cleanup the code.
2020-09-26 05:37:14 +02:00
4d3573da98
GraphView: Tap gestures - get the node position properly
...
Earlier this was only working as the global and local coordinates were
the same. Now that I've added a SafeArea that is no longer the case.
2020-09-26 05:35:43 +02:00
8e5ac69af2
Graph Layouting: Add original const values
...
These seem like magic values to me.
2020-09-26 01:17:35 +02:00
e616d69773
Graph Layout: Do not let nodes pos go < 0
...
Otherwise they fall off the visible area
2020-09-26 01:13:37 +02:00
dcc7459b8f
Remove main_graph
...
All of it has been incorproated into GitJournal.
2020-09-26 01:04:23 +02:00
42b7562989
GraphView: Properly cache the neighbours
...
Stupid mistake
2020-09-26 01:03:45 +02:00
70a48f6d2f
Graph: Remove unused function
...
We never assign nodes randomly starting positions any more.
2020-09-26 00:48:46 +02:00
34630c671e
Node: cache the label
...
Computing the path spec again and again is apparently very very
expensive.
2020-09-26 00:36:58 +02:00
4928143b31
Graph Node: Render with a black border
...
This way the nodes are more easily recognizable when they overlap each
other.
2020-09-26 00:32:33 +02:00
445beb850d
GraphView: Fix the node width
...
The text below the nodes was causing it to not be rendered at its center
point as often the text would occupy more space.
2020-09-26 00:12:43 +02:00
156feb824c
Rename Monthly Subscription to Installments
...
I think the word Subscription now means "renting" in the context of the
application, and even though I don't mean to use it that way, that is
what people seem to take away.
2020-09-25 15:27:14 +02:00
a9b821f360
Remove another case of the global settings
2020-09-25 01:40:03 +02:00
15c5d5e422
Another case of the Settings singleton
2020-09-25 01:07:35 +02:00
b72e4719d2
Remove another case of the Settings singleton
2020-09-25 01:05:17 +02:00
eb4d99338b
Remove some uses of the Settings singleton
...
It needs to be removed from everywhere.
2020-09-25 00:40:23 +02:00
fe08834259
Split Settings into AppSettings and Settings
...
This way I can eventually change Settings into RepoSettings without
breaking anything.
2020-09-25 00:33:54 +02:00
f30c52f595
Move all persistent state from AppState to Settings
...
This way all the persistant state of the app is managed from the same
place. It makes everything much easier. Also, it's required for when
GitJournal supports multiple repositories.
2020-09-24 23:45:37 +02:00
1f32a3c10e
mdns: Add extra comments
...
This way I know how to continue working on this when I feel like it.
2020-09-24 21:03:45 +02:00
8032a5ca5a
Experiment with mdns to resolve a service
2020-09-24 20:44:56 +02:00
289182b12e
Fix Parent relative links not working
...
Fixes #256
2020-09-24 16:46:24 +02:00
f3715bd3c8
Markdown DarkTheme: Make the checkboxes lighter
...
This entire way of styling the markdown badly needs to be re-done from
scratch.
2020-09-23 02:18:47 +02:00
3e785cbc97
NoteViewer: Fix translation string lookup
2020-09-22 23:26:49 +02:00
acce7160b9
getTodayJournalEntry: Not all notes have a 'created'
...
Non Null by default is really needed. I can't wait for these kind of
errors to never happen again.
2020-09-22 12:17:06 +02:00
296e4de7b5
CI trigger_website: Fix typo
...
The file ends with .yml not .yaml
2020-09-22 01:00:47 +02:00
09b396b0e9
Changelog: Add a bug number
2020-09-22 00:55:11 +02:00
0717b0f872
CI: Add a job to trigger rebuilding the website
...
When the changelog over here changes, the website would need to be
rebuilt.
2020-09-22 00:43:45 +02:00
0a5e948710
Changelog: Add bug numbers
2020-09-22 00:03:50 +02:00
1daac916fe
Changelog: Make all it structured
2020-09-21 18:41:58 +02:00
f70e511e6d
Make more of the changelog machine readable
2020-09-21 18:11:52 +02:00
2cd645cba0
Bump version
2020-09-21 10:18:11 +02:00
cc676f08d9
Fix One Journal Entry Per Day
...
I wasn't handling the case when there is no journal entry for that day.
2020-09-21 10:17:35 +02:00
bcbdaf14f3
Changelog: Fix invalid keys
2020-09-19 21:54:13 +02:00
25d92f7f78
Changelog: Make large parts of it structured
...
I've still only gone down to version 1.52, and even then I haven't gone
through the commits and seen if I missed something. The changelogs I was
writing earlier weren't very comprehensive.
2020-09-19 21:45:57 +02:00
eda7f32309
Changelog: Replace 'Free' with GitJournal basic
...
GitJournal is not free on ios.
2020-09-17 13:40:58 +02:00
3f1635ee36
Remove release-checklist
...
Too personal. Moving it to my notes.
2020-09-17 12:09:09 +02:00
7e03eb5b27
changelog: Fix yaml key name
2020-09-16 23:53:24 +02:00
4334a47588
Changelog: Change we -> singular
2020-09-16 23:52:02 +02:00
2bf26d4b87
Add reddit link for 1.70
2020-09-16 22:41:31 +02:00
4f8e22fea0
Update changelog text
2020-09-16 13:07:18 +02:00
9821be66bc
Improve changelog for 1.70
2020-09-16 11:45:47 +02:00
9d86c2a9db
changelog.yml: Change version numbers to strings
...
jq eats up trailing zeros in floating point number. It would make the
'1.70' releasee = '1.7'. jq is super annoying.
2020-09-16 11:41:21 +02:00
92efc9df91
Bump version 1.70
2020-09-16 11:13:51 +02:00
265e253584
Generate one journal entry per day
...
Fixes #243
2020-09-16 11:08:16 +02:00
0b7448e535
Update changelog
...
Now that we have releases pages for release, our changelogs can be far
more detailed.
2020-09-16 10:13:07 +02:00
f6ebdf7d3d
1.68: Add image to changelog
2020-09-16 08:44:33 +02:00
0f248c2ec2
Changelog: Add issue number for FS view
2020-09-16 01:37:39 +02:00
cb4b3b8fa4
changelog: Fix typo
2020-09-15 17:48:28 +02:00
d552204640
Add changelog.yml
...
This is a machine readable changelog which will be used to showcase the
releases on the website and also inside the app.
2020-09-15 16:10:06 +02:00
11ff3ad249
Update release checklist
2020-09-15 13:29:44 +02:00
e34b4e992f
Docs: Add a release checklist for me
2020-09-15 12:56:58 +02:00