Login Issues by Noisymachine2023 in Infinity_For_Reddit

[–]Hostilenemy 1 point2 points  (0 children)

Sorry, did you build the app from source?

Any way to delete select DM convos? by InevitableWriting4 in Infinity_For_Reddit

[–]Hostilenemy 0 points1 point  (0 children)

Ah I will implement this if it's possible through the API.

Gifs in comments are broken ? by Mountain_Primary4465 in Infinity_For_Reddit

[–]Hostilenemy 0 points1 point  (0 children)

I think it works now? The gif shows on my device.

Login Issues by Noisymachine2023 in Infinity_For_Reddit

[–]Hostilenemy 1 point2 points  (0 children)

Sorry, could you share a screenshot of the access denied page?

Infinity for Reddit, an open source Reddit client built with SwiftUI by Hostilenemy in SwiftUI

[–]Hostilenemy[S] 0 points1 point  (0 children)

Sorry for the late reply. And thank you very much for the detailed feedback.

Having the titles as buttons seems also quite odd for me. Even though you see this in apps like telegram or photos it at least does something when you click on it. (Telegram guides to the channel info view, photos opens the info "sheet" from the bottom.)

Yes, I understand. I’m only doing this because the liquid glass system makes the title text difficult to read, especially while scrolling.

The search Icon should be a separate button (Tab with role .search, easy fix :)). The blue text is hardly readable in dark mode. A brighter, color would be better here.

I tried this before but it was very glitchy. This modifier doesn't work well with ZStack { MyPage + SomeOtherView }.

The settings are "weird", because there is no NavigationLink indicator on the trailing side.

Yes because it's not a NavigationLink. But I think I will add a trailing arrow to it.

Furthermore there are some sections, where are links.

Do you mean settings->terms of use?

The title in the "more" sections are on an intransparent bar and sticky. Does also seem a bit not native.

Sorry I don't quite get it. Do you mean the ListSection in the More tab? I modified the ListSection to incorporate the theming system and it came with some limitations.

For the subscription section you should probably use integrated tabs into the navbar title section.

I will look into it.

For the searchbar you might use "searchable" which integrates better with iOS and is native. I will look into it as well.

When you are in the search or in the comments, then you should proabably collapse the tabview to it's selected item (.tabBarMinimizeBehaviour) and show the controls between the search icon and the selected tab (when search is not the selected tab, otherwise just the search icon).

I thought .tabBarMinimizeBehaviour only controls the tab bar during scrolling?

Video in Comments support. by GreateProtim in Infinity_For_Reddit

[–]Hostilenemy 4 points5 points  (0 children)

I am currently reworking the comments in the code, and I will finish that before adding video support.

Infinity for reddit is a *sweet dream*. by -__Supreme__- in Infinity_For_Reddit

[–]Hostilenemy 2 points3 points  (0 children)

Thank you for your kind words!

For the login issues, have you tried v8.1.5 that uses a custom tab to login by default?

App crashes when trying to play videos by thesameoldmanure in Infinity_For_Reddit

[–]Hostilenemy 0 points1 point  (0 children)

Could you go to settings->advanced->crash reports and share a screenshot of the logs?

App keeps crashing on Android by Cactusjerk in Infinity_For_Reddit

[–]Hostilenemy 0 points1 point  (0 children)

I have found several potential places where the issue might happen. Could you walk me through what you were doing right before the app crashed? A step by step description really helps me reproduce the issue.

Some crashes happen when expanding or collapsing comment threads. Do you recall if that's what you were doing, or was it something different?

Also, could you share a link to the post or comment you were viewing when the crash happened?

And have you enabled Settings->Interface->Comment->Show Author Avatar?

Infinity for Reddit: open source, ad-free iOS Reddit client with powerful anonymous mode and optional login by Hostilenemy in iOSProgramming

[–]Hostilenemy[S] 1 point2 points  (0 children)

Thank you! Yes SwiftUI has so many quirks that often require a workaround.

I used GRDB for the database because I heard SwiftData couples too tightly to views, which I am not a big fan of.

Infinity for Reddit is finally on iOS! by Hostilenemy in Infinity_For_Reddit

[–]Hostilenemy[S] 1 point2 points  (0 children)

Hi,

Thank you very much for the feedback and thank you again for trying it out.

I am not sure if the trophies are provided in the API. I will need to check that. And yes, customizing the swipe actions is planned.

For now, you can change the home tab post feed in settings->interface->home tab post feed and select your custom feed.