Skip to content

Commit

Permalink
chore: Release 0.1.1 (#210)
Browse files Browse the repository at this point in the history
* chore: Update example video

* chore: Add flake files

* chore: Bump version

* chore: Update screenshots

* docs: Add update information
  • Loading branch information
turtton committed Mar 18, 2024
1 parent 72d46e2 commit a8df484
Show file tree
Hide file tree
Showing 20 changed files with 138 additions and 59 deletions.
2 changes: 1 addition & 1 deletion VERSION_CODE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
versionCode=100
versionCode=109
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val minor = 1
// Max:19
// Patch always calculated at five times in versionName and also adds abiFilter numberings in versionCode.
// Please see actualPatchVer.
val patch = 0
val patch = 1

val hasNoSplits = hasProperty("noSplits")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ abstract class AppDatabase : RoomDatabase() {
suspend fun populateVideoDatabase(dao: VideoDao): Long = dao.insert(
Video(
0,
"aLexJOGZ_gw",
"クッキー☆ボムラッシュ.SSBU",
"https://i.ytimg.com/vi_webp/aLexJOGZ_gw/maxresdefault.webp",
"https://www.youtube.com/watch?v=aLexJOGZ_gw",
"R0BTTbz_CbE",
"26.オドループ",
"https://i.ytimg.com/vi_webp/R0BTTbz_CbE/sddefault.webp",
"https://www.youtube.com/watch?v=R0BTTbz_CbE",
"youtube.com",
Video.State.Information()
)
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/105.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Update dependencies and example videos

Fix yt-dlp issue
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/ja/images/phoneScreenshots/07-drawer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 10 additions & 50 deletions fastlane/metadata/android/screenshots.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1 id="en-US" class="language">en-US</h1>
<hr>
<table>
<tr>
<th colspan="10">
<th colspan="6">
<a id="en-US-phoneScreenshots" class="deviceName" href="#en-US-phoneScreenshots">phoneScreenshots</a>
</th>
</tr>
Expand All @@ -94,34 +94,14 @@ <h1 id="en-US" class="language">en-US</h1>
<img class="screenshot" src="./en-US/images/phoneScreenshots/03-videos-origin.png" style="width: 100%;" alt="en-US phoneScreenshots" data-counter="4">
</a>
</td>
<td>
<a href="./en-US/images/phoneScreenshots/04-videos-playlist.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/images/phoneScreenshots/04-videos-playlist.png" style="width: 100%;" alt="en-US phoneScreenshots" data-counter="5">
</a>
</td>
<td>
<a href="./en-US/images/phoneScreenshots/05-allvideos.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/images/phoneScreenshots/05-allvideos.png" style="width: 100%;" alt="en-US phoneScreenshots" data-counter="6">
</a>
</td>
<td>
<a href="./en-US/images/phoneScreenshots/06-alarmSettings.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/images/phoneScreenshots/06-alarmSettings.png" style="width: 100%;" alt="en-US phoneScreenshots" data-counter="7">
<img class="screenshot" src="./en-US/images/phoneScreenshots/06-alarmSettings.png" style="width: 100%;" alt="en-US phoneScreenshots" data-counter="5">
</a>
</td>
<td>
<a href="./en-US/images/phoneScreenshots/07-drawer.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/images/phoneScreenshots/07-drawer.png" style="width: 100%;" alt="en-US phoneScreenshots" data-counter="8">
</a>
</td>
<td>
<a href="./en-US/images/phoneScreenshots/08-videoplayer.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/images/phoneScreenshots/08-videoplayer.png" style="width: 100%;" alt="en-US phoneScreenshots" data-counter="9">
</a>
</td>
<td>
<a href="./en-US/images/phoneScreenshots/09-aboutpage.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/images/phoneScreenshots/09-aboutpage.png" style="width: 100%;" alt="en-US phoneScreenshots" data-counter="10">
<img class="screenshot" src="./en-US/images/phoneScreenshots/07-drawer.png" style="width: 100%;" alt="en-US phoneScreenshots" data-counter="6">
</a>
</td>
</tr>
Expand All @@ -130,59 +110,39 @@ <h1 id="ja" class="language">ja</h1>
<hr>
<table>
<tr>
<th colspan="10">
<th colspan="6">
<a id="ja-phoneScreenshots" class="deviceName" href="#ja-phoneScreenshots">phoneScreenshots</a>
</th>
</tr>
<tr>
<td>
<a href="./ja/images/phoneScreenshots/00-alarm.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./ja/images/phoneScreenshots/00-alarm.png" style="width: 100%;" alt="ja phoneScreenshots" data-counter="11">
<img class="screenshot" src="./ja/images/phoneScreenshots/00-alarm.png" style="width: 100%;" alt="ja phoneScreenshots" data-counter="7">
</a>
</td>
<td>
<a href="./ja/images/phoneScreenshots/01-alarms.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./ja/images/phoneScreenshots/01-alarms.png" style="width: 100%;" alt="ja phoneScreenshots" data-counter="12">
<img class="screenshot" src="./ja/images/phoneScreenshots/01-alarms.png" style="width: 100%;" alt="ja phoneScreenshots" data-counter="8">
</a>
</td>
<td>
<a href="./ja/images/phoneScreenshots/02-playlist.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./ja/images/phoneScreenshots/02-playlist.png" style="width: 100%;" alt="ja phoneScreenshots" data-counter="13">
<img class="screenshot" src="./ja/images/phoneScreenshots/02-playlist.png" style="width: 100%;" alt="ja phoneScreenshots" data-counter="9">
</a>
</td>
<td>
<a href="./ja/images/phoneScreenshots/03-videos-origin.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./ja/images/phoneScreenshots/03-videos-origin.png" style="width: 100%;" alt="ja phoneScreenshots" data-counter="14">
</a>
</td>
<td>
<a href="./ja/images/phoneScreenshots/04-videos-playlist.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./ja/images/phoneScreenshots/04-videos-playlist.png" style="width: 100%;" alt="ja phoneScreenshots" data-counter="15">
</a>
</td>
<td>
<a href="./ja/images/phoneScreenshots/05-allvideos.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./ja/images/phoneScreenshots/05-allvideos.png" style="width: 100%;" alt="ja phoneScreenshots" data-counter="16">
<img class="screenshot" src="./ja/images/phoneScreenshots/03-videos-origin.png" style="width: 100%;" alt="ja phoneScreenshots" data-counter="10">
</a>
</td>
<td>
<a href="./ja/images/phoneScreenshots/06-alarmSettings.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./ja/images/phoneScreenshots/06-alarmSettings.png" style="width: 100%;" alt="ja phoneScreenshots" data-counter="17">
<img class="screenshot" src="./ja/images/phoneScreenshots/06-alarmSettings.png" style="width: 100%;" alt="ja phoneScreenshots" data-counter="11">
</a>
</td>
<td>
<a href="./ja/images/phoneScreenshots/07-drawer.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./ja/images/phoneScreenshots/07-drawer.png" style="width: 100%;" alt="ja phoneScreenshots" data-counter="18">
</a>
</td>
<td>
<a href="./ja/images/phoneScreenshots/08-videoplayer.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./ja/images/phoneScreenshots/08-videoplayer.png" style="width: 100%;" alt="ja phoneScreenshots" data-counter="19">
</a>
</td>
<td>
<a href="./ja/images/phoneScreenshots/09-aboutpage.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./ja/images/phoneScreenshots/09-aboutpage.png" style="width: 100%;" alt="ja phoneScreenshots" data-counter="20">
<img class="screenshot" src="./ja/images/phoneScreenshots/07-drawer.png" style="width: 100%;" alt="ja phoneScreenshots" data-counter="12">
</a>
</td>
</tr>
Expand Down
6 changes: 3 additions & 3 deletions fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.00046675">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000228049">

</testcase>


<testcase classname="fastlane.lanes" name="1: assembleDebug assembleAndroidTest -PnoSplits" time="1.159118267">
<testcase classname="fastlane.lanes" name="1: assembleDebug assembleAndroidTest -PnoSplits" time="1.596397667">

</testcase>


<testcase classname="fastlane.lanes" name="2: screengrab" time="229.820524915">
<testcase classname="fastlane.lanes" name="2: screengrab" time="53.900687277">

</testcase>

Expand Down
94 changes: 94 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
description = "Android-Nix";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
utils.url = "github:numtide/flake-utils";
};

outputs = { nixpkgs, flake-utils, ... }: flake-utils.lib.eachDefaultSystem (system:
let
pkgs = import nixpkgs {
inherit system;
};
in with pkgs; rec {
devShells.default = mkShell {
packages = with pkgs; [
android-tools
fastlane
];
};
});
}

0 comments on commit a8df484

Please sign in to comment.