Skip to content

Commit

Permalink
Changed Domain of F-Droid Collection to "fdroid-app"
Browse files Browse the repository at this point in the history
  • Loading branch information
redsolver committed Aug 19, 2020
1 parent 33fdec6 commit 02ab50d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 0.1.4

- Changed Domain of F-Droid Collection to "fdroid-app"
- Fixed a small bug which marked an app downgrade as an update in some cases

## 0.1.3

- Added option to remove all apps from a specific collection
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ Other parts are the [F-Droid bridge](https://github.com/redsolver/skydroid-fdroi
4. Add some recommended Collections
5. Navigate back to "Apps" and enjoy!

Note: The F-Droid collection currently uses the temporary domain name `papagei`. It will be changed to `fdroid-app` in a few days.
Note: The F-Droid collection's domain name was changed to `fdroid-app` lately. Please remove the old `papagei` collection by long-pressing it and choosing "Remove with Apps".

## Video Demo

Expand Down
2 changes: 1 addition & 1 deletion lib/page/collections.dart
Expand Up @@ -23,7 +23,7 @@ class _CollectionsPageState extends State<CollectionsPage> {
'This collection contains every app available via SkyDroid that I\'m aware of. Some apps are verified.',
),
CollectionRecommendation(
name: 'papagei',
name: 'fdroid-app',
title: 'F-Droid Collection',
description:
'This collection contains the latest apps bridged from the F-Droid Main Repo.',
Expand Down
2 changes: 1 addition & 1 deletion lib/page/widget/install.dart
Expand Up @@ -296,7 +296,7 @@ class _InstallWidgetState extends State<InstallWidget>
SizedBox(
width: 8,
),
application.versionCode == app.currentVersionCode
application.versionCode >= app.currentVersionCode
? Expanded(
child: RaisedButton(
color: Theme.of(context).accentColor,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -3,7 +3,7 @@ description: A decentralized domain-based App Store for Android.

publish_to: "none"

version: 0.1.3+4
version: 0.1.4+5

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down
12 changes: 8 additions & 4 deletions skydroid-app.yaml
Expand Up @@ -20,7 +20,7 @@ localized:
Handshake is used as a trusted way to offer apps through a specific name/domain.
Sia Skynet is used as hosting infrastructure for App Metadata, APKs, screenshots and other media content.
summary: A decentralized domain-based App Store for Android.
whatsNew: Added option to remove all apps from a specific collection
whatsNew: Changed Domain of F-Droid Collection to "fdroid-app"

builds:
- versionName: 0.1.1
Expand All @@ -35,9 +35,13 @@ builds:
versionCode: 4
sha256: 7e44fa762998692150aea1007c3f50b28f4259fe98ce60fa40d39e9c2f46b616
apkLink: sia://AAB4EJsNJQ3dDjkXKEYpEIX6W5jJ-omj_GM2wQZhGUIgZQ
- versionName: 0.1.4
versionCode: 5
sha256: c62c2d73c0ead2fb1a287eecc6d637c318cb49b8c1543bbd2110d73b78ee7c6a
apkLink: sia://AADzaC8YfqVlUAcSf8-1PdT9mLDb9KRLeV9Pi8y3l8G2KA

currentVersionName: 0.1.3
currentVersionCode: 4
currentVersionName: 0.1.4
currentVersionCode: 5

added: 1597353106000
lastUpdated: 1597415640000
lastUpdated: 1597860411000

0 comments on commit 02ab50d

Please sign in to comment.