Showing questions tagged: Show all questions
  • Archived

117 is released but all links take you to the old versiin

117.0 Firefox for Android Release August 29, 2023 Your website says this is out but all links and the Play store still have 116, how do I get 117 since it fixes my passw… (read more)

117.0 Firefox for Android Release August 29, 2023

Your website says this is out but all links and the Play store still have 116, how do I get 117 since it fixes my password auto fill issue

Asked by Trevor Z 10 months ago

Last reply by Trevor Z 10 months ago

  • Archived

install doesn't work as well as "Add to home screen" - can I get rid of "install"?

Install often does not work nearly as well as the web page. For example, spelling bee "installed" on my Samsung tab A7, has difficulty accepting taps. Only about 1 in 3 t… (read more)

Install often does not work nearly as well as the web page. For example, spelling bee "installed" on my Samsung tab A7, has difficulty accepting taps. Only about 1 in 3 taps will register a letter. On my brand new Pixel 7A, the spelling bee app is not in dark mode, even though it is in the browser. And my entire phone is dark mode. Also, I can't click on the share or overflow menus. Installing the New York times games page has the same problems. And last, on my pixel 7a, the USGS earthquakes app jumps around all over the place making it useless. It would be nice to have both options, "install" and "add to home screen" in case the install fails.

Asked by oldmanbim 10 months ago

Last reply by Paul 10 months ago

  • Archived

Download starts failling a while after each install

I am on firefox android. Currently whenever I try to download a file there's a good chance that it fails (like 70%). If the download on a file fails then itll always fail… (read more)

I am on firefox android. Currently whenever I try to download a file there's a good chance that it fails (like 70%). If the download on a file fails then itll always fail. I have tried clearing cache, disabling all the add ons, enabling external download manager and altering enhanced tracking protection level but nothing works. The only way to "fix" it is by uninstalling but it only solves the issues temporarily. After a certain number of downloads (still uncertain on the number) it goes back to failling. It's incredibly inconvenient to have to do that every 1-2days because it resets all my cookies and I have to relog on all my websites. I have like 30gb on my storage so it couldnt be that. Please any suggestion would be helpful, I feel like I have tried everything at this point. Android version 13 Using the latest version of firefox

Asked by poorpikachu5 11 months ago

Last reply by poorpikachu5 11 months ago

  • Archived

Android Smart TV Shortcut missing - Github Issue

I'm i was not sure how to open an issue on Github since its not possible, also i can't create a pull request as non collaborator for this issue. It would be very kind fr… (read more)

I'm i was not sure how to open an issue on Github since its not possible, also i can't create a pull request as non collaborator for this issue.

It would be very kind from the dev's to add an shortcut for android smart tv's like newpipe and libretube are currently doing it. It should be (hopefully) a small code snippet.

This is (hopefully) done by the AndroidManifest.xml with:

<intent-filter>
               <action android:name="android.intent.action.MAIN" />
               <category android:name="android.intent.category.LAUNCHER" />
               <category android:name="android.intent.category.LEANBACK_LAUNCHER" />
           </intent-filter>
           

https://github.com/TeamNewPipe/NewPipe/blob/601b1ef742aa9bb0b8bb765b86247a132adf34e3/app/src/main/AndroidManifest.xml#L220

https://github.com/libre-tube/LibreTube/blob/2ef1600886cc61a95982a73c83cdc79319e57e51/app/src/main/AndroidManifest.xml#L104

That might be it since:

https://github.com/search?q=repo%3Amozilla-mobile%2Ffirefox-android+androidmanifest.xml&type=code

looks rather slim compared to the launcher options.

Or other options regarding potential fixes for the issue (Looks like LibreTube is using https://github.com/libre-tube/LibreTube/blob/2ef1600886cc61a95982a73c83cdc79319e57e51/app/src/main/java/com/github/libretube/helpers/ShortcutHelper.kt but maybe used for something different

https://github.com/TeamNewPipe/NewPipe

maybe this: https://github.com/TeamNewPipe/NewPipe/blob/601b1ef742aa9bb0b8bb765b86247a132adf34e3/app/src/main/java/org/schabi/newpipe/settings/ContentSettingsFragment.java#L60  ?)

Thank you for considering to add this small but handy feature in order to be able to launch the browser from the smart tv's shortcut menu.

I hope i did not offend any one by opening this. Thanks for the good work.

Asked by johnson.hor42 11 months ago

Last reply by johnson.hor42 11 months ago