909803aa8e
Add an experimental Login page
...
Code adapted from https://github.com/TheAlphamerc/flutter_login_signup
2020-11-18 16:25:39 +01:00
e87a096c7d
Allow Delete dialogs to be configured
...
Fixes #330
2020-11-18 13:01:33 +01:00
819702bc6c
Create Repo: Indicate that it will be private
...
Fixes #323
2020-11-13 15:20:28 +01:00
7fc6847933
Remote Settings: Display the git host
2020-11-09 12:55:54 +01:00
9ed9744306
Android: Change Settings text to "Store Repo Externally"
...
The earlier mechanism was a bit confusing.
2020-10-23 13:52:49 +02:00
bc06efc446
Create new note when clicking on non existing Wiki Link
...
Fixes #240
2020-10-22 23:57:53 +02:00
35ed7f616e
CustomKeys: Allow an ssh password to be provided
...
Fixes #227
2020-10-22 14:35:17 +02:00
e3a4844f0e
GitRemoteSettings -> Let a custom SSH key be provided
...
Just like during the GitHost Setup.
2020-10-22 14:22:00 +02:00
9f53115616
ios: Add iCloud capability
...
I cannot see the GitJournal app's data in my iCloud, but I believe maybe
my app needs to go through the app review process.
2020-10-19 20:01:36 +02:00
044592b92d
Allow Journal Entries to have their own file naming scheme
...
Adding an individual setting is becoming way too complex now.
2020-10-12 18:21:26 +02:00
cdfa7d690a
Add a setting to store the repo in the external storage
...
This is Android only, and for now it is disabled as I'm not sure why I
cannot access the "general" root directory.
2020-10-09 10:43:16 +02:00
62bea50506
Allow the bottom menu bar to be hidden
...
Fixes #261
The settings page for this is quite ugly right now, but the feature
works. I can improve its look another time.
2020-10-05 12:25:57 +02:00
d2b1ad7e46
Allow loading ssh keys from a file
...
Fixes #74
2020-10-02 17:22:30 +02:00
82db15128b
NoteFileFormat: Refactor
...
Get all the allowed extensions in one place. Currently the code is
scattered all over the place.
2020-09-26 19:19:26 +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
265e253584
Generate one journal entry per day
...
Fixes #243
2020-09-16 11:08:16 +02:00
1368d8fb36
Add missing string
2020-09-15 00:36:20 +02:00
f7adeafe7d
First iteration of the Graph View
...
I'm testing this with the Foam documentation. This has revealed a number
of bugs in our link resolver - most of which have now been fixed.
The graph layouting is not being done as this is so incredibly slow.
This has been added as an experimental feature.
2020-09-14 17:47:26 +02:00
a599be89fe
FlattenedNotesFolder: Make title non optional
...
Also translate the title string.
2020-09-13 20:59:53 +02:00
3ee84cfcb4
NoteEditor: Change default text
...
The integration test depends on the exact wording
2020-09-13 11:19:58 +02:00
c5326b2823
OnBoarding: Fix newlines in descriptions
...
Ideally we should be using some other mechanism to enforce the newlines.
2020-09-13 11:19:30 +02:00
41139a085f
Fix onboarding translation keys
2020-09-12 21:40:13 +02:00
59f2098b36
Start to make sidebar configurable
2020-09-08 23:34:11 +02:00
984fc6864e
Make all remaining strings translatable
2020-09-08 23:01:39 +02:00
1fff957c8b
PurchaseWidget: Mark the strings as translatable
...
Also show a dialog to a user so they don't keep trying to click again
and again.
2020-09-07 21:46:03 +02:00
b9d8a8daa6
FolderView: Implement basic note selection
...
You can delete or share a note using this.
2020-09-07 16:37:51 +02:00
49dee11a26
Move Note Delete dialog to its own file
...
+ translate
2020-09-07 16:24:52 +02:00
a2ffdaabc7
Search: Make string translatable
2020-09-05 16:10:07 +02:00
ac99eb24d1
ProScreen: Remove that GitJournal is Free Software
...
Apparently, it's a bit confusing to say "Free Software" on a screen where
we are asking the user to pay.
2020-09-05 12:32:59 +02:00
888e391af8
Settings: Make more parts translatable
2020-09-05 12:31:01 +02:00
1e8131549d
Feature Timeline: translate text with link to GitHub
2020-09-05 11:38:22 +02:00
362b29929e
Undo Snackbar: Make strings translatable
2020-09-05 11:21:54 +02:00
067344775a
Add Russian Translation
2020-09-04 19:00:04 +02:00
d202d91a80
Debug Screen: Make levels translatable
2020-09-04 18:51:45 +02:00
c8e3318bb9
HostSetup: Make all remaining strings translatable
2020-09-04 18:46:16 +02:00
48e4657161
FolderView: Make strings translatable
2020-09-04 09:16:43 +02:00
a05e9d04de
Setup: Make more strings translatable
2020-09-04 01:57:01 +02:00
b96513b25f
RepoSelector: Mark strings as translatable
2020-09-03 20:05:49 +02:00
9db05bb7d8
PurchaseWidget: Handle when it fails to load options
...
Fixes APP-AY
2020-09-03 11:55:43 +02:00
d4463d8b60
TagListing: Show text when empty
2020-09-03 08:46:59 +02:00
074e918db4
Implement basic inline tags
...
Fixes #44
2020-09-02 17:24:34 +02:00
4596e11ab4
PurchaseScreen: Make all strings translatable
2020-09-01 10:48:05 +02:00
588f1db263
PurchaseScreen: Change the text
...
* Call it a Monthly Subscription - as that is exactly what it is
2020-09-01 10:38:19 +02:00
957638d8a1
Change yearly subscription to 'One Time Purchase'
...
I could have a yearly subscription as well, but the screen is confusing
enough as it is. Also, by next year - I should have the Stripe
Integration running and I can possibly avoid the extra 30%.
2020-08-31 17:28:08 +02:00
4e1b2e2563
Add Localization as a Feature
2020-08-31 11:38:14 +02:00
0f5bb345d3
Allow Swipe to delete to be configurable
2020-08-31 11:38:04 +02:00
f2f10433d9
AutoConfigure: Make it clear what permissions will be requested
2020-08-21 12:36:42 +02:00
aabeb57fc0
InlineTags: Add settings page
...
And support multiple prefixes.
This is disabled for now as it hasn't been fully integrated.
2020-08-21 12:18:55 +02:00
5660b30e5f
PurchaseScreen: Make it clear that a min amount is required
...
Apparently saying "Pay what you want" is confusing if there is a minimum
amount required.
2020-08-21 11:36:36 +02:00
0d71daa09e
Add MarkdownToolbar to In Progress
2020-08-20 11:46:42 +02:00