Skip to content

Commit

Permalink
Moving to new LemmyNet repo. (LemmyNet#1470)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines authored Apr 4, 2024
1 parent 959aed3 commit 4f35a3d
Show file tree
Hide file tree
Showing 8 changed files with 722 additions and 722 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
<div align="center">

![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/dessalines/jerboa.svg)
[![status-badge](https://woodpecker.join-lemmy.org/api/badges/dessalines/jerboa/status.svg)](https://woodpecker.join-lemmy.org/dessalines/jerboa)
[![GitHub issues](https://img.shields.io/github/issues-raw/dessalines/jerboa.svg)](https://github.com/dessalines/jerboa/issues)
[![License](https://img.shields.io/github/license/dessalines/jerboa.svg)](LICENSE)
![GitHub stars](https://img.shields.io/github/stars/dessalines/jerboa?style=social)
![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/LemmyNet/jerboa.svg)
[![status-badge](https://woodpecker.join-lemmy.org/api/badges/LemmyNet/jerboa/status.svg)](https://woodpecker.join-lemmy.org/LemmyNet/jerboa)
[![GitHub issues](https://img.shields.io/github/issues-raw/LemmyNet/jerboa.svg)](https://github.com/LemmyNet/jerboa/issues)
[![License](https://img.shields.io/github/license/LemmyNet/jerboa.svg)](LICENSE)
![GitHub stars](https://img.shields.io/github/stars/LemmyNet/jerboa?style=social)

</div>

<p align="center">
<a href="https://github.com/dessalines/jerboa" rel="noopener">
<img width=200px height=200px src="https://raw.githubusercontent.com/dessalines/jerboa/main/app/src/main/res/jerboa.svg"></a>
<a href="https://github.com/LemmyNet/jerboa" rel="noopener">
<img width=200px height=200px src="https://raw.githubusercontent.com/LemmyNet/jerboa/main/app/src/main/res/jerboa.svg"></a>

<h3 align="center"><a href="https://github.com/dessalines/jerboa">Jerboa</a></h3>
<h3 align="center"><a href="https://github.com/LemmyNet/jerboa">Jerboa</a></h3>
<p align="center">
An Android client for <a href="https://github.com/LemmyNet/lemmy">Lemmy</a>, a federated reddit alternative
<br />
<br />
<a href="https://join-lemmy.org">Join Lemmy</a>
·
<a href="https://github.com/dessalines/jerboa/issues">Report Bug</a>
<a href="https://github.com/LemmyNet/jerboa/issues">Report Bug</a>
·
<a href="https://github.com/dessalines/jerboa/issues">Request Feature</a>
<a href="https://github.com/LemmyNet/jerboa/issues">Request Feature</a>
·
<a href="https://github.com/dessalines/jerboa/blob/main/RELEASES.md">Releases</a>
<a href="https://github.com/LemmyNet/jerboa/blob/main/RELEASES.md">Releases</a>
</p>
<p align="center">
<a href="https://apt.izzysoft.de/fdroid/index/apk/com.jerboa"><img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png" alt="Get it on IzzyOnDroid" height="80"></a>
<a href="https://f-droid.org/packages/com.jerboa"><img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80"></a>
<a href="https://play.google.com/store/apps/details?id=com.jerboa"><img src="https://cdn.rawgit.com/steverichey/google-play-badge-svg/master/img/en_get.svg" height="80"></a>
<a href="https://github.com/dessalines/jerboa/releases/latest"><img src="https://raw.githubusercontent.com/andOTP/andOTP/master/assets/badges/get-it-on-github.png" height="80"></a>
<a href="https://github.com/LemmyNet/jerboa/releases/latest"><img src="https://raw.githubusercontent.com/andOTP/andOTP/master/assets/badges/get-it-on-github.png" height="80"></a>
</p>
</p>

Expand All @@ -55,7 +55,7 @@ Jerboa is a native-android client for Lemmy, built using the native Android Tool

## Installation / Releases

- [Releases](https://github.com/dessalines/jerboa/releases)
- [Releases](https://github.com/LemmyNet/jerboa/releases)
- [IzzyOnDroid](https://apt.izzysoft.de/fdroid/index/apk/com.jerboa)
- [F-Droid](https://f-droid.org/en/packages/com.jerboa/)
- [Google Play](https://play.google.com/store/apps/details?id=com.jerboa)
Expand Down
1,394 changes: 697 additions & 697 deletions RELEASES.md

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

## What's Changed in 0.0.65

- Fixing a few other top app bar title sizes. by @dessalines in [#1466](https://github.com/dessalines/jerboa/pull/1466)
- Rework fontsize, better defaults by @MV-GH in [#1452](https://github.com/dessalines/jerboa/pull/1452)
- Upgrading deps. by @dessalines in [#1464](https://github.com/dessalines/jerboa/pull/1464)
- Fix email required error when saving user settings when no email set on email required instance by @MV-GH in [#1463](https://github.com/dessalines/jerboa/pull/1463)
- Prevents posts from reloading when changing the comments sorting by @rodrigo-fm in [#1462](https://github.com/dessalines/jerboa/pull/1462)
- Fixing a few other top app bar title sizes. by @dessalines in [#1466](https://github.com/LemmyNet/jerboa/pull/1466)
- Rework fontsize, better defaults by @MV-GH in [#1452](https://github.com/LemmyNet/jerboa/pull/1452)
- Upgrading deps. by @dessalines in [#1464](https://github.com/LemmyNet/jerboa/pull/1464)
- Fix email required error when saving user settings when no email set on email required instance by @MV-GH in [#1463](https://github.com/LemmyNet/jerboa/pull/1463)
- Prevents posts from reloading when changing the comments sorting by @rodrigo-fm in [#1462](https://github.com/LemmyNet/jerboa/pull/1462)

## New Contributors

- @rodrigo-fm made their first contribution in [#1462](https://github.com/dessalines/jerboa/pull/1462)
- @rodrigo-fm made their first contribution in [#1462](https://github.com/LemmyNet/jerboa/pull/1462)

**Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.64...0.0.65
**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.64...0.0.65

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion app/src/main/java/com/jerboa/Utils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ fun buildCommentsTree(
* This function is given a node and adds it to the parent's children
* If the parent doesn't exist it is missing, then it creates a placeholder node
* and passes it to this function again so that it can be added to the parent's children (recursively)
* TODO: Remove this once missing comments issue is fixed by Lemmy, see https://github.com/dessalines/jerboa/pull/1240
* TODO: Remove this once missing comments issue is fixed by Lemmy, see https://github.com/LemmyNet/jerboa/pull/1240
*/
fun recCreateAndGenMissingCommentData(
map: LinkedHashMap<Number, CommentNodeData>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ val DONATION_MARKDOWN =
"""
### Support Jerboa
[Jerboa](https://github.com/dessalines/jerboa) is free, open-source software, meaning no advertising, monetizing, or venture capital,
[Jerboa](https://github.com/LemmyNet/jerboa) is free, open-source software, meaning no advertising, monetizing, or venture capital,
ever.
No one likes recurring donations, but they've proven to be the only
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import me.zhanghai.compose.preference.Preference
import me.zhanghai.compose.preference.PreferenceCategory
import me.zhanghai.compose.preference.ProvidePreferenceTheme

const val GITHUB_URL = "https://github.com/dessalines/jerboa"
const val GITHUB_URL = "https://github.com/LemmyNet/jerboa"
const val JERBOA_MATRIX_CHAT = "https://matrix.to/#/#jerboa-dev:matrix.org"
const val DONATE_LINK = "https://join-lemmy.org/donate"
const val JERBOA_LEMMY_ML_LINK = "https://lemmy.ml/c/jerboa"
Expand Down
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://git-cliff.org/docs/configuration

[remote.github]
owner = "dessalines"
owner = "LemmyNet"
repo = "jerboa"
# token = ""

Expand Down
2 changes: 1 addition & 1 deletion compose_compiler_config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
it.vercruysse.lemmyapi.*.datatypes.**
arrow.core.Either

// Consider List, etc stable, see https://github.com/dessalines/jerboa/issues/1332
// Consider List, etc stable, see https://github.com/LemmyNet/jerboa/issues/1332
kotlin.collections.*

0 comments on commit 4f35a3d

Please sign in to comment.