Please try it out and let me know what you think below! Because it's brand new, let me know if you have any problems relative to the web app and I'll try to fix them ASAP. And if you have time, leave a review, that helps Voyager gain exposure.
Why use the native Android version? Well, there's a couple main benefits:
The back button works much better!
Your browser history shouldn't be inundated with Voyager entries.
Please note, it's currently a slightly outdated version of Voyager. Hopefully it should update soon!
As for Apple peeps, that's still in progress. If you're on TestFlight and have an Apple Watch, check out the brand new Apple Watch app (coming very shortly in an update). It's quite simple at the moment, but kind of neat and useful!
It's very very basic but still kind of cool! I hope it will be expanded in the future, but my Swift skills need to improve (or someone more talented needs to help, lol)
This may very well become my favorite mobile app for Lemmy. I used infinity for Reddit and I quite like the Lemmy fork (though its still VERY early In development so we shall see)
But I love a lot of them currently. This ones just clean, simple while still having great features
Infinity for Lemmy. Still has a lot of Reddit terms and things at the moment. But its quick and functional. You'll have to grab it here and I'd recommend using obtanium to update it if you have it
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy/releases
Thank you for bringing Voyager to the app store. I have installed and tried it, it's just as good as its web counterpart. Nothing abnormal or malfunction, great work. The loading speed is much faster than the webapp. Though, I do miss the ability to update to the new version using the web.
Quite good. If you allow criticism, one particular feature that needs improvment is the smoothness of image loading. Images (in particular) and posts took quite awhile to load. Even for some images, when they have already been loaded and displayed, if I go back and then forward, the app will try to reload the images that have already been displayed before. By right, the images should've already been cached and will load straight away.
This is what I find strangely interesting with Sync, which you can take as a benchmark. The image load very fast, even at the first loading. None of the apps that I tried, e. g. liffoff and infinity can even load (half?) that fast. If you can find a good algorithm to load the images, it will help increase user experience tremendously.
Hi dev, got an update. As you said that's very strange as it is handled by browser, this make me think that it is a browser specific issue. I just found out that my default browser, Firefox, has a tendency to auto reload tab, - that explains it. I've installed addon to mitigate the issue - it seems to work.
As for implementing auto-cached as sync did, I can sense now that might be beyond your control as voyager relies on external browser to work.
I think there are certain frameworks out there that basically let you write a website and it bundles it as an app for you. Also this could just be a web view locked into their site. Either way I don't think there's a ton of overhead here.
I noticed that the vibration feels mushier on slide gestures compared to the web app/back button swipe. For reference I'm on the Pixel 6a and use Edge as my PWA client.
Interesting! The code is the same, so it may be a Capacitor Haptics bug (translating wrong haptic)? It's technically using a different API for haptics under the hood.
There will be an update to disable haptics shortly if it's annoying :)
Just grabbed it and it's working great so far. I'm not really clear on the pros/cons of using a native app vs a web app, but so far the experience is pretty much identical.
Edit: I'll also add that if there's ever a "premium" version that's just the same app only paid so people can support it with their dollars, I will be happy to use my Google Play points on that.
For me, it's that the app was sluggish on Firefox but not on chrome. But it turns out, with unlock, the internet is a terrible place! So links were unreadable
The dedicated app is the best of both worlds. Fast and responsive, but can use my default browser (Firefox) for links
I see developers putting in some hard work to make the best lemmy app. imo voyager and sync are the best I tried so far in terms of responsiveness and features!! definitely leaving a review
I really wish I could disable the post collapse on click. Long click wouid be ok, but like this as I'm scrolling I'm constantly accidentally collapsing comment threads, it's really annoying.
I really like this project, so kudos! Both as PWA on the browser and in the wrapped WebView version it is GREAT! I have a feature request if it's not too complicated: would it be possible to disable the long tap gesture on images which I sometimes accidentally trigger while scrolling? In the browser it opened the share modal, here it does nothing except giving haptic feedback.
Seems like Capacitor has some performance issues with Webview (https://bugs.chromium.org/p/chromium/issues/detail?id=1289741). Things got a tiny bit better for me after I updated WebView to the Canary build. Both webviews have still better performance than the PWA with Firefox, but they are slightly less smooth than the PWA with Chrome.
One of the killer features of the PWA is long tapping an image anywhere and sharing it through other apps. Not a link to the post, not a link to the image but the actual image. Long tapping an image in the native app only vibrates it and does nothing.
Would it be possible to port that behavior?
Yeah the menu doesn't pop up when long pressing an image or video link. On the voyager PWA I would long press YouTube links and share them to Newpipe to avoid ads.
Its happening to me with a few other lemmy apps from the store like Lemmotif, Summit and Beyond for Lemmy. All are early access too which might be the reason, although other EA apps like Arctius (fennec) installed fine. Just to note, i did install the apks of the above incompatible apps via their github pages fine. So its not that my device is incompatible, its just google store blocking something internally perhaps.
I have a problem. It's not really to native app though. It's related to themes. Themes look good in Apple mode, but in Android mode switches look half blue half red. It looks weird.
When using 3 button navigation on my Pixel Fold running the latest Android 14 Beta, on light mode, the buttons are white, blending in with the background of the app... If that makes sense. Almost as if they are transparent.
First annoying bug I guess: when you try to swipe down to scroll up in a profile view it tries to refresh the page. I don't have this issue with the PWA.
I can reproduce it as well. Only on the page that comes up on the center tab, slowly scrolling up and down cause the refresh effect to start erratically.
This is very exciting! Thank you for all of your hard work.
I installed it on my phone, but I'm didn't get prompted for my password manager to autofill my password, so I needed to go to my password manager in my phone and copy/paste it manually.
Also, I am currently running my own voyager container for my own instance. Is the play store app able to connect to that? If not, where is the underlying web app running?