219
submitted 11 months ago by rbits@lemmy.world to c/voyagerapp@lemmy.world

Just built it from source while waiting for Google to approve the app, and it's great. I had to use Firefox for the PWA because I need links to open in firefox when I click on them, but Firefox doesn't handle PWAs vey well. The native app fixes all these problems. Excited for it to be on the Google Play Store!

Also aeharding@lemmy.world will you upload the android app to F-droid? It would be nice to have it there rather than having to install it from the play store.

all 41 comments
sorted by: hot top controversial new old
[-] aeharding@lemmy.world 62 points 11 months ago

Good to hear building wasn't too difficult!

I'll have to look into F-droid! I'm not too familiar with the submission process.

[-] Jz5678910@lemmy.world 29 points 11 months ago

Thanks for all the work that you do! Voyager is a fantastic app.

Another thought, if it's feasible, maybe also post the apk releases on GitHub? So people have the option to download from there directly or use an app like obtanium to grab it from GitHub.

[-] gunnm@monero.town 1 points 11 months ago

Can you upload the APK to GitHub too? So we can use it with apps as Obtainium.

[-] IndiBrony@lemmy.world 9 points 11 months ago

H-how did you take a screenshot of the screenshot screen? πŸ‘€

[-] esty@lemmy.ca 12 points 11 months ago

that’s not the screenshot screen though, it’s the app switcher (but you can screenshot the screenshot menu i think)

[-] Im_Cool_I_Promise@lemmy.world 1 points 11 months ago

you can take a screenshot of any screen with volume down + power I believe. volume up + power puts the phone on vibrate.

[-] kratoz29@lemmy.world 6 points 11 months ago

Does it feel smoother than the PWA?

[-] rbits@lemmy.world 5 points 11 months ago

Definitely, or at least the firefox one

[-] kratoz29@lemmy.world 5 points 11 months ago

Oh yeah, I have heard Voyager never was good on Firefox, so it is safe to assume you have a better performance with the APK.

[-] kenbw2@lemmy.world 1 points 11 months ago

I guess only because the native app uses the inbuilt Chromium based rendering engine

Torn about whether to keep using Firefox to support its market share

[-] topinambour_rex@lemmy.world 1 points 11 months ago

As a browser it works well on my s9. Honestly the only time I use chrome now on android, it's when I use the voyager app. I even replaced the google search bar on my homescreen by the firefox one.

[-] SilentStorms@lemmy.ca 5 points 11 months ago

Just FYI it is possible to open links in Firefox despite Voyager being installed as a Chrome PWA. Click the link to open it within the app, then hit the 3 dots and "Open in Firefox" should be an option.

[-] keltaris@lemm.ee 4 points 11 months ago

Not sure if this is different depending on the backing browser, but my experience with this is that it works great to open the link, but when you hit the back button to go back to Voyager, you get kicked out to your home page instead of back to the thread you were in.

This might not be caused by opening a page in the same browser as the PWA (could be due to issues with the back button that I think we're fixed in the latest build? Or was that about the native apps? Can't remember) but I've been assuming that's part of the issue πŸ€·β€β™‚οΈ

[-] big_duck_energy@partizle.com 5 points 11 months ago

This is probably a dumb question, but is it still a Progressive Web App?

[-] kryllic@programming.dev 4 points 11 months ago

Yep! They're offering the PWA and native versions with feature parity

[-] big_duck_energy@partizle.com 5 points 11 months ago

Wow, they've accomplished so much so quickly.

[-] bappity@lemmy.world 4 points 11 months ago

Firefox for mobile is so broken compared to Chrome it's frustrating... sometimes I find myself having to switch to Chrome from it for stupid reasons like a single date picker vital to a part of a site is broken or a site runs monumentally slow for no reason, but on the chrome mobile app it just works. feels dirty having to use chrome every now and then >_>

[-] DelightfullyDivisive@midwest.social 3 points 11 months ago

Really? I haven't used chrome on a phone in... I'm not sure how long. Since pre-pandemic, anyway.

That said, I spend a lot of time on a laptop, so maybe I just don't use as many sites through the mobile browser. I DO sometimes use Edge or Brave on my laptop because sites don't work. It isn't so much the browser is broken as the sites, though.

[-] bappity@lemmy.world 1 points 11 months ago

Firefox on PC is great! It's their mobile version that is broken.

[-] monobot@lemmy.ml 2 points 11 months ago

As a ex-web developer: it is not Firefox that is broken, but those sites. They optimize for Chome and don't check firefox. I don't blame them, considering percentage of users, but it is not FF fault.

Google's apps are especially slower than in chrome

[-] rbits@lemmy.world 2 points 11 months ago

Yeah definitely can relate. I'm kinda stuck using it cause I need my bookmarks to sync with my computer, but it is pretty buggy.

[-] poquito_cabeza@lemmy.world 4 points 11 months ago

How's the battery performance of the native app compared to the PWA?

[-] shashi154263@lemmy.world 4 points 11 months ago

How do I build it? Do I need Android Studio?

[-] rbits@lemmy.world 4 points 11 months ago

I don't think so. You need to run npm build or something, then install ionic and capacitor, then run npx cap init, then go into the android folder and run ./gradlew build

[-] shashi154263@lemmy.world 2 points 11 months ago

Thanks. I'll look into it.

[-] botorfj@lemmy.world 2 points 11 months ago

where did you get the instructions?

[-] rbits@lemmy.world 4 points 11 months ago

I just saw a gradlew file in the android folder so I ran gradlew build, and then I searched up the error messages I got until I fixed them

[-] botorfj@lemmy.world 2 points 11 months ago

i am getting an error which i couldn't find a solution for, it's complaining about line 12 in /android/app/build.gradle . can you help me please?

[-] rbits@lemmy.world 2 points 11 months ago* (last edited 11 months ago)

Oh I forgot, you need to set the CI_BUILD_NUMBER environment variable to some number (I just set it to 1)

[-] botorfj@lemmy.world 2 points 11 months ago

i'm sorry if this is a stupid question, but how do i do that?

[-] rbits@lemmy.world 2 points 11 months ago

It's different on different operating systems. Search how to set environment variable for whatever operating system you use

[-] botorfj@lemmy.world 2 points 11 months ago

still getting the same error.

[-] rbits@lemmy.world 2 points 11 months ago

I can dm you the apk if you want

[-] botorfj@lemmy.world 1 points 11 months ago
[-] wegettosss@lemmy.world 1 points 11 months ago

I would love an apk too if i may ask πŸ˜Άβ€πŸŒ«οΈ

[-] wegettosss@lemmy.world 3 points 11 months ago

Sounds great, when do you think it will be avaiable?

[-] rbits@lemmy.world 6 points 11 months ago

Latest release notes says it's been submitted to Google Play, so hopefully not long.

[-] botorfj@lemmy.world 3 points 11 months ago

there's a native version??

I've been missing out so much, I need to get this!

[-] amenotef@lemmy.world 2 points 11 months ago

Man I want to test this so bad. But I'm on a train can't build shit.

[-] mac@lemm.ee 1 points 11 months ago

I also have it built and am running it on my pixel 6. Very smooth!

this post was submitted on 31 Jul 2023
219 points (97.4% liked)

Voyager

5301 readers
107 users here now

The official lemmy community for Voyager, an open source, mobile-first client for lemmy.

Download on App Store

Download on Play Store

Use as a Web App

Download on F-Droid

Rules

  1. Be nice.
  2. lemmy.world instance policy

Sponsor development! πŸ‘‡

Number of sponsors badge

πŸ’™

founded 1 year ago
MODERATORS