Skip to content

Commit ab6974e

Browse files
committed
Migrate to UWP and VS and redesign some things
1 parent 427e29a commit ab6974e

File tree

304 files changed

+11422
-9566
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

304 files changed

+11422
-9566
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bug Report
2-
description: Help improve Reminders by filing a bug report
2+
description: Help improve Retainer by filing a bug report
33
title: "[Bug]: "
44
labels: ["bug"]
55
body:
@@ -8,26 +8,27 @@ body:
88
value: |
99
## System information
1010
11-
Make sure you have tested the Flatpak release of Reminders through Flathub before opening a bug report. If the bug is not present in the Flatpak open the report with the package maintainer.
11+
If on Linux, make sure you have tested the Flatpak release of Retainer through Flathub before opening a bug report. If the bug is not present in the Flatpak open the report with the package maintainer.
1212
1313
- type: dropdown
1414
id: package
1515
attributes:
1616
label: Package
1717
description: |
18-
Where did you install Reminders from?
18+
Where did you install Retainer from?
1919
options:
2020
- Flathub
2121
- Flathub Beta
22+
- Windows Store
2223
validations:
2324
required: true
2425

2526
- type: input
2627
id: distro
2728
attributes:
28-
label: Distribution
29+
label: OS
2930
description: What distribution are you currently using?
30-
placeholder: Fedora 37, Ubuntu 22.04, Arch Linux...
31+
placeholder: Fedora 37, Ubuntu 22.04, Windows 10...
3132
validations:
3233
required: true
3334

@@ -63,7 +64,9 @@ body:
6364
attributes:
6465
label: Logs
6566
description: |
66-
If you saw an error dialog, click view error and copy the text here. Otherwise you can run something like `sudo journalctl --boot | grep remembrance | grep -i error` in the terminal to see the errors and copy that here.
67+
If you can access the about page, you can also view logs by going to About > Troubleshooting > Debugging Information.
68+
On Windows you can find these logs by pressing `Windows Key + r` and entering `%LOCALAPPDATA%`, and then navigating to `retainerdevs.Retainer_8mcfc8dhbzctc\LocalState\retainer`.
69+
On Linux the logs are at `~/.var/app/io.github.retainerdevs.Retainer/data/retainer`.
6770
render: shell
6871
validations:
6972
required: false

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Feature Request
2-
description: Suggest an idea for improving Reminders
2+
description: Suggest an idea for improving Retainer
33
title: "[Request]: "
44
labels: ["enhancement"]
55

.github/workflows/flatpak_builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- uses: actions/checkout@v3
2121
- uses: bilelmoussaoui/flatpak-github-actions/[email protected]
2222
with:
23-
bundle: Reminders.flatpak
24-
manifest-path: flatpak/io.github.remindersdevs.Reminders.Devel.yml
23+
bundle: Retainer.flatpak
24+
manifest-path: flatpak/io.github.retainerdevs.Retainer.Devel.yml
2525
cache-key: flatpak-builder-${{ github.sha }}

.github/workflows/release.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/windows.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ jobs:
1818
- uses: msys2/setup-msys2@v2
1919
with:
2020
update: true
21-
- uses: actions/setup-dotnet@v3
22-
with:
23-
dotnet-version:
24-
7.x
21+
- uses: microsoft/[email protected]
2522
- name: Build
2623
run: |
27-
dotnet tool install --global wix --version 4.0.0
28-
windows/build_windows.ps1 -msi
24+
msbuild Retainer.sln -property:Platform=x64 -property:Configuration=Devel

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
build
22
build-dir
33
.flatpak-builder
4-
bin
5-
out
6-
obj
74
.vs

0 commit comments

Comments
 (0)