Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Fine-tune GitHub's language detection
docs/**/*.md linguist-detectable=true
docs/**/*.md linguist-documentation=false
.vitepress/config.mts linguist-vendored
2 changes: 2 additions & 0 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export default defineConfig({
['meta', { property: 'twitter:description', content: settings.description.short }],
['meta', { property: 'twitter:image', content: settings.image }],
['meta', { property: 'twitter:image:alt', content: settings.title }],

// ['script', { src: 'https://keepandroidopen.org/banner.js?size=mini&id=android' }],
],

cleanUrls: true,
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
[![Discord](https://img.shields.io/discord/899171661457293343?logo=discord&logoColor=white&label=discord&color=7289da)](https://discord.gg/wXy6m2X8wY)
[![Ko-fi](https://img.shields.io/badge/Ko--fi-72a5f2?logo=kofi&label=support)](https://ko-fi.com/cssnr)

> [!CAUTION]
> :rotating_light: **Free and Open-Source Android is under threat!**
> Google will turn Android into a locked-down platform, restricting your essential freedom to install apps of your choice. Make your voice heard – [Keep Android Open](https://keepandroidopen.org/).

# Zipline Android Documentation

Documentation for the [Zipline Android](https://github.com/cssnr/zipline-android) Application.
Expand Down Expand Up @@ -60,3 +64,11 @@ More Related Products:
- [Django Files Web Extension](https://github.com/django-files/web-extension?tab=readme-ov-file#readme)

For a full list of current projects visit: [https://cssnr.github.io/](https://cssnr.github.io/)

<a href="https://github.com/cssnr/zipline-android/stargazers">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=cssnr/zipline-android%2Ccssnr/zipline-extension%2Ccssnr/zipline-cli&type=date&legend=top-left&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=cssnr/zipline-android%2Ccssnr/zipline-extension%2Ccssnr/zipline-cli&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=cssnr/zipline-android%2Ccssnr/zipline-extension%2Ccssnr/zipline-cli&type=date&legend=top-left" />
</picture>
</a>
7 changes: 5 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ If there are any features you want to see, [please let us know](support.md)...

<a href="https://api.star-history.com/svg?repos=cssnr/zipline-android,Stef-00012/Zipline-Android-App,nikolanovoselec/zipline-native&type=date&legend=top-left" target="_blank" rel="noopener">
<picture>
<source media="(prefers-color-scheme: dark)" :srcset="'https://api.star-history.com/svg?repos=cssnr/zipline-android,Stef-00012/Zipline-Android-App,nikolanovoselec/zipline-native&type=date&theme=dark&legend=top-left'" />
<source media="(prefers-color-scheme: dark)" :srcset="'https://api.star-history.com/svg?repos=cssnr/zipline-android,Stef-00012/Zipline-Android-App,nikolanovoselec/zipline-native&type=date&legend=top-left&theme=dark'" />
<source media="(prefers-color-scheme: light)" :srcset="'https://api.star-history.com/svg?repos=cssnr/zipline-android,Stef-00012/Zipline-Android-App,nikolanovoselec/zipline-native&type=date&legend=top-left'" />
<img class="starHistory" alt="Star History Chart" src="https://api.star-history.com/svg?repos=cssnr/zipline-android,Stef-00012/Zipline-Android-App,nikolanovoselec/zipline-native&type=date&legend=top-left" />
<img :class="$style.starHistory" alt="Star History Chart" src="https://api.star-history.com/svg?repos=cssnr/zipline-android,Stef-00012/Zipline-Android-App,nikolanovoselec/zipline-native&type=date&legend=top-left" />
</picture>
</a>

Expand All @@ -115,6 +115,9 @@ If there are any features you want to see, [please let us know](support.md)...
vertical-align: middle;
}

</style>

<style module>
.starHistory {
border-radius: 12px;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A Native Kotlin Android Application with a Mobile First Design.
Everything is cached and images are not downloaded over metered connections unless enabled.
User profile and stats widget are updated in the background with a user configurable task.

Please submit a [Feature Request](https://github.com/cssnr/zipline-android/discussions/categories/feature-requests) for any features you would like to see.
Please submit a [Feature Request](https://github.com/cssnr/zipline-android/issues/new?template=1-feature.yaml) for any features you would like to see.

[[toc]]

Expand Down
6 changes: 6 additions & 0 deletions docs/guides/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Get started by [installing](#install) the application and [logging](#login) into

You can view [screenshots 📸](features.md#screenshots) on the [features](features.md) page.

::: danger :rotating_light: **Free and Open-Source Android is under threat!**

Google will turn Android into a locked-down platform, restricting your essential freedom to install apps of your choice. Make your voice heard – [Keep Android Open](https://keepandroidopen.org/).

:::

## Install

To begin install the application on your device _(Android 8+ API 26+)_.
Expand Down
23 changes: 11 additions & 12 deletions docs/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ next:

# Support

[![Features](https://img.shields.io/badge/features-brightgreen?style=for-the-badge&logo=rocket&logoColor=white)](https://github.com/cssnr/zipline-android/discussions/categories/feature-requests)
[![Features](https://img.shields.io/badge/features-brightgreen?style=for-the-badge&logo=rocket&logoColor=white)](https://github.com/cssnr/zipline-android/issues/new?template=1-feature.yaml)
[![Issues](https://img.shields.io/badge/issues-red?style=for-the-badge&logo=southwestairlines&logoColor=white)](https://github.com/cssnr/zipline-android/issues)
[![Discussions](https://img.shields.io/badge/discussions-blue?style=for-the-badge&logo=theconversation)](https://github.com/cssnr/zipline-android/discussions)
[![Discord](https://img.shields.io/badge/discord-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/wXy6m2X8wY)
Expand All @@ -15,7 +15,7 @@ If you have any troubles using the application, or run into any issues, please l

Every bug that can be reproduced will be fixed and Feature Request are highly desired.

Contributing is as easy as telling us [what features or changes](https://github.com/cssnr/zipline-android/discussions/categories/feature-requests) you want to see next…
Contributing is as easy as telling us [what features or changes](https://github.com/cssnr/zipline-android/issues/new?template=1-feature.yaml) you want to see next…

[[toc]]

Expand All @@ -25,8 +25,7 @@ If you have a question or need help with anything,
start a discussion in [General](https://github.com/cssnr/zipline-android/discussions/categories/general)
or [Q&A](https://github.com/cssnr/zipline-android/discussions/categories/q-a).

If you want to see a new feature, start a discussion in
the [Feature Requests](https://github.com/cssnr/zipline-android/discussions/categories/feature-requests) section.
If you want to see a new feature, please submit a [Feature Request](https://github.com/cssnr/zipline-android/issues/new?template=1-feature.yaml).

[![Start A Discussion](https://img.shields.io/badge/Start_A_Discussion-blue?style=for-the-badge&logo=github)](https://github.com/cssnr/zipline-android/discussions)

Expand All @@ -46,14 +45,6 @@ From here you can contact me directly, `Shane@111150265075298304`.

[![Chat on Discord](https://img.shields.io/badge/Chat_on_Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/wXy6m2X8wY)

### General Feedback

You can submit general feedback via the [web form](https://cssnr.github.io/feedback/?app=Zipline%20Android).

_This method is not recommended to [report issues](https://github.com/cssnr/zipline-android/issues) or [request features](https://github.com/cssnr/zipline-android/discussions/categories/feature-requests)._

[https://cssnr.github.io/feedback/](https://cssnr.github.io/feedback/?app=Zipline%20Android)

### Additional Links

View more Zipline products.
Expand All @@ -67,3 +58,11 @@ View more Zipline products.
More information available at: [https://cssnr.com/](https://cssnr.com/)

[![Support on Ko-fi](https://cdn.prod.website-files.com/5c14e387dab576fe667689cf/670f5a01c01ea9191809398c_support_me_on_kofi_blue.png){ width="360" }](https://ko-fi.com/cssnr)

<a href="https://github.com/cssnr/zipline-android/stargazers">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=cssnr/zipline-android%2Ccssnr/zipline-extension%2Ccssnr/zipline-cli&type=date&legend=top-left&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=cssnr/zipline-android%2Ccssnr/zipline-extension%2Ccssnr/zipline-cli&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=cssnr/zipline-android%2Ccssnr/zipline-extension%2Ccssnr/zipline-cli&type=date&legend=top-left" />
</picture>
</a>
Loading
Loading