Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore!: merge dev to main #798

Merged
merged 29 commits into from
Apr 20, 2023
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
62f7a82
feat: remove notice about stale development [skip ci]
Ushie Mar 20, 2023
ded59d2
feat(ci): update crowdin workflow to use new main branch
Ushie Mar 20, 2023
276f33b
ci: use `semantic-release` (#746)
PalmDevs Mar 23, 2023
d9c5a54
ci(release): fix wrong artifact name and ci not uploading build
PalmDevs Mar 23, 2023
a79f883
ci: use caching to speed up workflows (#760)
validcube Mar 26, 2023
790a6cd
ci(release): remove unnecessary variables in flutter build step
Ushie Mar 26, 2023
ded1a44
ci(release): fix step not moving artifact to accessible path
PalmDevs Mar 26, 2023
d1c12ed
ci(release): use appropriate npm commands for ci environment
PalmDevs Mar 26, 2023
d214a02
ci(release): fix argument parsing of npm exec
PalmDevs Mar 26, 2023
fa40632
ci: dart analyser (#761)
validcube Mar 28, 2023
7839252
ci(analyze): only run when necessary (#766)
validcube Mar 29, 2023
8ea7dd4
ci(release): update node dependencies
PalmDevs Mar 30, 2023
866a6e4
chore(CHANGELOG): reset changelog
PalmDevs Mar 30, 2023
054afbb
feat: confirmation dialog for deleting keystore (#764)
validcube Apr 1, 2023
0b95257
ci(release): update semantic-release
PalmDevs Apr 1, 2023
3b677f8
feat: improve ux (#752)
Aunali321 Apr 18, 2023
dca2d4f
feat: add option to import/export keystore (#776)
andrisas Apr 18, 2023
37b583f
feat: trim extra space when setting custom source (#771)
validcube Apr 18, 2023
197770b
chore: update dependencies (#772)
AmanSikarwar Apr 18, 2023
f0b0282
fix: open contributor links externally (#791)
YarosMallorca Apr 18, 2023
4c9cb56
feat: auto select default patches
Aunali321 Apr 18, 2023
c9adf1c
style: sort imports
Aunali321 Apr 18, 2023
f5aafdb
feat: progress bar for manager updates
Aunali321 Apr 19, 2023
0a1f2da
feat: appreciation message for new contributors
Aunali321 Apr 19, 2023
c748393
docs: remove alpha disclaimer
Aunali321 Apr 19, 2023
bb681e3
feat: disable selecting installed apps for nonroot
Aunali321 Apr 20, 2023
cdfb09f
feat: warning for armv7 devices
Aunali321 Apr 20, 2023
d691892
chore: add missing translations
Aunali321 Apr 20, 2023
62ef1c8
feat: resetting source to default dismiss the sources pop-up (#797)
validcube Apr 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: open contributor links externally (#791)
  • Loading branch information
YarosMallorca authored Apr 18, 2023
commit f0b028279c69f97817952063d84809d3e486ad6e
1 change: 1 addition & 0 deletions lib/ui/widgets/contributorsView/contributors_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class _ContributorsCardState extends State<ContributorsCard> {
Uri.parse(
widget.contributors[index]['html_url'],
),
mode: LaunchMode.externalApplication,
),
child: FutureBuilder<File?>(
future: DefaultCacheManager().getSingleFile(
Expand Down