Skip to content

Commit c4a91d0

Browse files
Merge pull request #11
fix: rendering normal img if images is a gif.
2 parents f34ed4e + e60ffbc commit c4a91d0

File tree

5 files changed

+52
-15
lines changed

5 files changed

+52
-15
lines changed

.idea/workspace.xml

Lines changed: 19 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/button.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
import {FiChevronRight} from "react-icons/fi";
2+
import Link from "next/link";
3+
4+
export default function AndronixButton({
5+
link,
6+
children,
7+
className
8+
}: { link: string, children?: any, className?: string }) {
9+
return (
10+
<Link href={link}
11+
className={`${className} px-3 flex space-x-2 my-4 items-center justify-center py-2 bg-orange-500 rounded-md w-fit cursor-pointer hover:scale-105 transform transition duration-200`}>
12+
<p className={'text-bold text-white'}>{children}</p>
13+
<FiChevronRight/>
14+
</Link>
15+
)
16+
}

pages/blog/andronix-v6.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ Here is a brief changelog:
2828

2929
- We have re-imagined the user flow inside Andronix. After noticing that users find it hard to understand when we presented an overwhelming number of choices at once, Andronix has adopted a more subtle approach to delivering options throughout the app.
3030

31-
<Imagera src={"/images/blog/v6/v6-1.gif"}/>
32-
<Imagera src={"/images/blog/v6/v6-2.gif"}/>
31+
<Imagera src={"https://raw.githubusercontent.com/AndronixApp/andronix-docs-v2/master/public/images/blog/v6/v6-1.gif"}/>
32+
<Imagera src={"https://raw.githubusercontent.com/AndronixApp/andronix-docs-v2/master/public/images/blog/v6/v6-2.gif"}/>
3333
- We have segmented each stage of the installation into different pages with help links on each page to make it easier for the users to choose.
3434

3535

36-
<Imagera src={"/images/blog/v6/v6-3.gif"}/>
36+
<Imagera src={"https://raw.githubusercontent.com/AndronixApp/andronix-docs-v2/master/public/images/blog/v6/v6-3.gif"}/>
3737
- Our documentation @ [https://docs.andronix.app](https://docs.andronix.app) has been re-written, including the entire website. It's fast now and implements **dark mode** by default. Built with [TailwindCSS](https://tailwindcss.com) and [NuxtJS](https://nuxtjs.org), it remains entirely [open-sourced](https://github.com/AndronixApp/andronix-docs-next).
3838

3939
![](/images/blog/v6/v6-4.png)
@@ -52,7 +52,7 @@ Andronix 6.0 does include some significant changes. All of which are mentioned b
5252
- We are testing the removal of Offline downloads with a much more exciting feature in our development pipeline.
5353
- Since Termux has stopped publishing updates on the Google Play Store (read more about that in [this blog]()), the current release of Andronix does not work with Termux downloaded off of the Google Play Store. To fix this issue, we have introduced an in-app downloader for Termux from its F-Droid repository for the ease of our users.
5454

55-
<Imagera src={"/images/blog/v6/v6-6.gif"}/>
55+
<Imagera src={"https://raw.githubusercontent.com/AndronixApp/andronix-docs-v2/master/public/images/blog/v6/v6-4.gif"}/>
5656
## What took so long?
5757

5858
We will be pushing this update after more than a year. There are a few reasons for the delay-

pages/blog/andronix-v7.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Here is a brief changelog:
2727
- The new design offers a streamlined experience, guiding users through every step of the installation process with ease, making it more accessible to users of all skill levels. This update is a significant step forward in our mission to provide a seamless and efficient experience for our users. We believe that this new design will greatly enhance the overall user experience, making it more enjoyable and less cumbersome to install your desired distributions.
2828

2929

30-
<Imagera src={"/images/blog/v7/v7-1.gif"}/>
30+
<Imagera src={"https://github.com/AndronixApp/andronix-docs-v2/blob/master/public/images/blog/v7/v7-1.gif?raw=true"}/>
3131
- Another exciting enhancement that we are pleased to announce is the introduction of an intuitive guidance system during the installation process. Andronix now walks users through all the steps of installing a distribution, including the execution of scripts, VNC server operations, and other related tasks. This feature makes the installation process more seamless, reducing the possibility of errors and ensuring that users have a smooth experience. The guidance system also makes it more accessible for users who may not have prior experience with installing distributions. We believe this feature will significantly improve the overall user experience, making it more manageable and less intimidating for our users.
3232

33-
<Imagera src={"/images/blog/v7/v7-2.gif"}/>
33+
<Imagera src={"https://github.com/AndronixApp/andronix-docs-v2/blob/master/public/images/blog/v7/v7-2.gif?raw=true"}/>
3434
- We are also pleased to announce an upgrade to the versions of Ubuntu available on Andronix for both unmodified and modified variants. These versions have been upgraded to the latest Long-Term Support (LTS) release, version 22.04. This upgrade ensures that our users have access to the latest features, security updates, and bug fixes. We understand the importance of staying up to date with the latest software releases, and this upgrade is in line with our commitment to providing our users with the best possible experience. With this upgrade, our users can enjoy the latest and most stable version of Ubuntu, with the assurance that they will continue to receive support and updates for the next several years.
3535

3636

pages/termux/migrating-to-f-droid.mdx

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import {Callout, Steps} from 'nextra-theme-docs'
2-
import Imagera from "../../components/imagera";
2+
import Imagera from "../../components/imagera"; import {Button} from "nextra/components"; import AndronixButton
3+
from "../../components/button";
34

45
# Migrating Termux to F-Droid
56
Know about the recent repository changes of Termux and migration from Google Play Store to F-Droid.
@@ -46,15 +47,19 @@ chances are that you're still running the Google Play Store version. In that cas
4647

4748
> This will remove all the distros and other data related to Termux that you might have but is a necessary step in order to avoid version conflict. If you want to back up your data, please follow [this guide](https://wiki.termux.com/wiki/Backing_up_Termux)
4849
49-
### Open F-Droid
50-
Visit https://f-droid.org/en/packages/com.termux/ and download the APK of the latest version of Termux.
50+
### Download Termux
51+
You can download the latest version of the Termux app from Andronix's [Termux Release Mirror](https://github.com/AndronixApp/termux-releases).
52+
53+
<AndronixButton link={"https://github.com/AndronixApp/termux-releases/blob/main/Releases/Termux_118/com.termux_118.apk?raw=true"}>
54+
Download Termux
55+
</AndronixButton>
56+
57+
Alternatively, you can visit https://f-droid.org/en/packages/com.termux/ and download the APK of the latest version of Termux.
5158
Alternatively, you can also download and install the F-Droid client to help you manage future updates and other
5259
stuff.
5360

5461

55-
<Callout type="info">If the download is slow, please use Andronix's own Termux releases and download [the lastest release here](https://github.com/AndronixApp/termux-releases/blob/main/Releases/Termux_118/com.termux_118.apk?raw=true).</Callout>
56-
57-
<Imagera src="/images/giphy-fdroid.webp" />
62+
<Callout type="info">You can read more about the security of the F-Droid APK mirrors and check their hashes at [Termux Security](/security/termux).</Callout>
5863

5964
<Callout type="warning">Android might give you a warning that files like these might harm your device; you can safely
6065
ignore that. That is a generic warning triggered whenever you download an executable or installable file from

0 commit comments

Comments
 (0)