Xposed Module: Keyboard Suggestions Blacklist - Xposed Framework Modules

Hi folks,
This is a little module that started out as a PoC but turned into something that I find useful. I use swiping on the Google Keyboard and found that sometimes it would detect words or offer suggestions that I would never type. I had previously used Swype and so not being able to remove suggested words drove me crazy.
This Xposed module adds blacklisting to the Google Keyboard.
Features:
Long-press on suggested words from the keyboard interface
Add words to the blacklist through the module itself
The project is open source, you can view it on GitHub.
I'd prefer bugs/feature requests to go into the GitHub tracker, but if all else fails you can get in touch with me through XDA for support/bugs/feature requests.
There's also a Reddit thread if you're into that.
XDA:DevDB Information
Keyboard Suggestions Blacklist, a App for the Google Nexus 4
Contributors
nick.spacek
Version Information
Status: Stable
Created 2013-12-13
Last Updated 2013-12-13

Found this the same day i was trying to delete words..There is no other way really? I was swyping wrong words everytime
Thanks for you module. Some words still there, and i cant delete by long-press, but its really better now.

Can you explain the problems you're having a little more detailed? When you long-press, you should get a Toast message saying that the word was added. Are you seeing that?
It currently doesn't delete the word that was entered though. Is that what you mean?
What phone/ROM are you on?
Sent from my Nexus 4 using xda app-developers app

Great work, keep up:good:

nick.spacek said:
Can you explain the problems you're having a little more detailed? When you long-press, you should get a Toast message saying that the word was added. Are you seeing that?
It currently doesn't delete the word that was entered though. Is that what you mean?
What phone/ROM are you on?
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Wait a minute... this is suposed to work with N4 only? I tought it was working but i dont think so. all words i black-listed still showing in my suggestions. My way of black-listing was adding through the app itself.
I dont see any toast message when i long-press a suggested word.
Im running Omnirom 4.3 in my S-Advance.

It should work with other phones and Roms, but hooking methods by name and signature is iffy. It could be that a particular ROM has changed the package or class name. It's hard to say.
At this point, I personally have only tried on vanilla 4.4 on a Nexus 4, but I know at least one person has it working fine on Note 2 or 3.
I'll have to add some error handling logic, in the case that something unexpected is encountered. I'll log some bugs on the GitHub that you can track.
Sent from my Nexus 4 using xda app-developers app

Google keyboard has had a couple of updates and this no longer works, any chance of an update?

kennyboyismr47 said:
Google keyboard has had a couple of updates and this no longer works, any chance of an update?
Click to expand...
Click to collapse
Sure I'll take a look at it this week if I get a chance, thanks for letting me know!

nick.spacek said:
Sure I'll take a look at it this week if I get a chance, thanks for letting me know!
Click to expand...
Click to collapse
Awesome thank you.

nick.spacek said:
Sure I'll take a look at it this week if I get a chance, thanks for letting me know!
Click to expand...
Click to collapse
Hey mate did you get a chance to look at this? New keyboard update again but don't think there's a lot of difference this time.

kennyboyismr47 said:
Hey mate did you get a chance to look at this? New keyboard update again but don't think there's a lot of difference this time.
Click to expand...
Click to collapse
Really want this to work, too.

kennyboyismr47 said:
Hey mate did you get a chance to look at this? New keyboard update again but don't think there's a lot of difference this time.
Click to expand...
Click to collapse
Sorry, I have not. I really would like to get this working but I won't have the time this week for sure.

Can this work with the android keyboard, not the playstore Google one? At the moment i doesn't appear to work and I could do with removing these American spellings from my keyboard.

Zenzic said:
Can this work with the android keyboard, not the playstore Google one? At the moment i doesn't appear to work and I could do with removing these American spellings from my keyboard.
Click to expand...
Click to collapse
I'd like to build in support for multiple keyboards soon. I am working now to fix it for the Google Keyboard first, then I'll look at the Android one.

I have it working again with the latest Google Keyboard. I refactored the code some so in theory it should be a little easier to add support for other versions of the keyboards. I should have a new build up before Monday.

nick.spacek said:
I have it working again with the latest Google Keyboard. I refactored the code some so in theory it should be a little easier to add support for other versions of the keyboards. I should have a new build up before Monday.
Click to expand...
Click to collapse
Looking forward to it [emoji1]
Sent from my Nexus 5

Released now, let me know how it's working!

Hello, any chance to get this module updated ?
Thanks

Related

[Xposed][MOD][4.0+] XDictionary - Quick Dictionary Search Button

Introduction:
XDictionary adds a quick dictionary search popup button to text you select. The popup is extremely non-intrusive (similar to iOS), and appears next to the Paste/Replace buttons. It then opens the definition of the selected word.
Now, you don't need to bother with opening your dictionary app, typing in the whole word and hitting search - it's essentially just a one-click procedure.
IMPORTANT: after installing, run the app, and allow it to copy dictionary data to external memory. If the app force closes, delete the folder /xdictionary, and reboot. For a proper install, there should be nine files in /xdictionary/dict - the folder will be around 33 megabytes. If all else fails, you can manually make the folders, and download the files from here.
Limitations:
Currently only works in text input fields where Paste/Replace do show up. Making it global for all text is high priority.
Supports only English. Support for other languages may or may not happen, depends on the response.
Bugs:
May break for certain OEM skins or ROMs with heavily modified UIs.
Occasional force closes when you try to copy dictionary data
Source:
https://github.com/vinit-ivar/XDictionary
Future:
Module has been abandoned, as of now; support for custom UIs and ROMs that modify standard AOSP is unlikely. When and if Xposed is ported to Lollipop, I shall start working on porting the module.
Donate:
If you liked the app, and you're feeling generous, do buy the Google Play version! Developing while going through college can be pretty tiring work, and I like the way this app is going.
Download:
The APK is attached; knock yourselves out!
Changelog:
Code:
1.1.0 - dictionary is now offline.
1.0.0 - added support for Toast (donate) and popup windows.
0.9.0 - initial version.
Great idea man will def try and let you know.
perseus0807 said:
Limitations:
Opens the definition in your browser. Support for installed apps will be added soon.
Click to expand...
Click to collapse
Awesome idea. Support for the dictionary.com app would be the best place to start, IMO (it's the most popular, and their widget is great). Merriam-Webster and Oxford English also have apps. If you figure this out, you could also extend it to search Wikipedia, which would be a fantastic idea too.
I don't know nothin 'bout programming or porting, but something similar to the way those Words with Friends cheat apps have a built-in dictionary search might be something to look in to.
Looks like a great app. Just took the leap and purchased through Google Play because of all the potential features mentioned in the reddit thread.
Upon installation though it does not appear to work?
Perhaps I misunderstood the functionality of this module so could you give me a scenario to try to test? I'm not given the option to define when selecting text in Chrome(address bar), or Hangouts (text input field).
I'm running SlimKat ROM with their gapps.
Not working here either on 4.0.4 stock S3. tested many apps.
Lol. Very nice. And useful. Thank you.
Sent from my SPH-L710 using XDA Free mobile app
Is it possible for the "define" button to not show up next to paste when pasting something that is more than one word?
RedBeardT said:
Looks like a great app. Just took the leap and purchased through Google Play because of all the potential features mentioned in the reddit thread.
Upon installation though it does not appear to work?
Perhaps I misunderstood the functionality of this module so could you give me a scenario to try to test? I'm not given the option to define when selecting text in Chrome(address bar), or Hangouts (text input field).
I'm running SlimKat ROM with their gapps.
Click to expand...
Click to collapse
I'm sorry to hear that; maybe SlimKat have modified their code.
Give me a day, I'll get back to you ASAP. Meanwhile, could you take a screenshot of the Paste/Replace thing?
Sent from my XT1033 using XDA Free mobile app
themadproducer said:
Not working here either on 4.0.4 stock S3. tested many apps.
Click to expand...
Click to collapse
Is this the same problem RedBeardT was facing? If so, could you perhaps take a screenshot? It'll help.
Sent from my XT1033 using XDA Free mobile app
perseus0807 said:
I'm sorry to hear that; maybe SlimKat have modified their code.
Give me a day, I'll get back to you ASAP. Meanwhile, could you take a screenshot of the Paste/Replace thing?
Sent from my XT1033 using XDA Free mobile app
Click to expand...
Click to collapse
perseus0807 said:
Is this the same problem RedBeardT was facing? If so, could you perhaps take a screenshot? It'll help.
Sent from my XT1033 using XDA Free mobile app
Click to expand...
Click to collapse
@perseus0807
Thx for the speedy reply.
Probably no need for screen shot. I simply don't get any extra button or text when highlighting text anywhere whether in a input box or on a page etc. But I get my usual copy/paste etc. Let me know how else I can help.
Cheers
@RedBeardT:
Give me 'til tonight, maybe tomorrow, I'll do my best to have a solution or a fix up.
@themadproducer: okay, scratch what I said earlier; that was for another ROM. Can I have a screenshot anyway? Some manufacturers skin the buttons, which may lead to the problems.
Good, will wait for installed dicts support, Thanks!
perseus0807 said:
@RedBeardT:
Give me 'til tonight, maybe tomorrow, I'll do my best to have a solution or a fix up.
@themadproducer: okay, scratch what I said earlier; that was for another ROM. Can I have a screenshot anyway? Some manufacturers skin the buttons, which may lead to the problems.
Click to expand...
Click to collapse
@perseus0807
This example, is with the url field of boat browser.
Great work!
Would like to see a german version or support for german dictionaries at some time
Love this, Dutch addition would be great!
Sent from my LG-D802 using XDA Premium 4 mobile app
This isn't working but i really hope it does asap. I'm on xperia u AOSX 4.4.3 pure aosp.
I'm using this module on rooted Stock LG E970. The define button does appear in text selection menu but it's overlapping with the other button (select all) in that menu.
This is not dev's fault at all. LG has modified the system heavily like other OEMs. I'm attaching the screenshot, but if dev needs any other device/ROM specific information like systemui.apk etc, I'll happily provide that.
myxor said:
Great work!
Would like to see a german version or support for german dictionaries at some time
Click to expand...
Click to collapse
Haha. Ich brauche ein deutsches Wörterbuch auch, ich werde es bald ergänzen.
Diljinder said:
This is not dev's fault at all. LG has modified the system heavily like other OEMs. I'm attaching the screenshot, but if dev needs any other device/ROM specific information like systemui.apk etc, I'll happily provide that.
Click to expand...
Click to collapse
Thank you for understanding! Actually, there is something ROM specific I do need - the frameworks/base/core/java/android/widget/Editor.java file. I'm not sure if it'll be present in all ROMs, but I'd love it if you had a look.
Diljinder said:
...
This is not dev's fault at all. LG has modified the system heavily like other OEMs. I'm attaching the screenshot, but if dev needs any other device/ROM specific information like systemui.apk etc, I'll happily provide that.
Click to expand...
Click to collapse
Does this imply that an update of the module will be required with each update of the ROM?

[MOD][XPOSED][AOSP] Return My Enter Key (in SMS/MMS)

This module replaces the smiley key with the enter key in message fields of AOSP's SMS/MMS app by altering the input type field of the app's message fields, the same way srelyt's SMS Xposed module does.
It should work with any 4.x rom that uses the stock or only slightly modified AOSP SMS/MMS app and with any keyboard that decides to show the smiley key based on the text field.
Download: Xposed Repository or attachments, source only in attachments
I created this module because CM11's SMS/MMS app's function to show the enter key instead of the smiley key didn't work on my phone. Having found SMS Xposed, I didn't like how it messed with the SMS notifications, taking away the action buttons that were already implemented in CM11. Hence I decided to take a look at the only feature I wanted from SMS Xposed and write this standalone module.
While I created it only for myself and will only update it when it becomes necessary for me, I still wanted to share it in case it helps anyone else.
Enjoy!
Tested and working,
Oppo Find 7 QHD, running CM12.
This is such an important module, the missing enter key was so damn annoying!!!!!
Thanks for making this! Definitely missed softkey enter
Fantastic app. I used to use a similar one for Hangouts. You reckon you could make one for Google's Messenger app? ?
Awesome tweak you saved my cm 12 messaging app. I was noticing it doesn't work on Google's messenger app. Would the module get updated to work for googles messenger?
Sent from my Nexus 6 using XDA Free mobile app
Is there any way you can make this work with Swype?
Doesn't seem to.
Adam3Sixty said:
Tested and working,
Oppo Find 7 QHD, running CM12.
This is such an important module, the missing enter key was so damn annoying!!!!!
Click to expand...
Click to collapse
Mecca EL said:
Thanks for making this! Definitely missed softkey enter
Click to expand...
Click to collapse
Thank you as well! I'm happy to know this very first Android project of mine is of use to more people than myself.
brad2409 said:
Fantastic app. I used to use a similar one for Hangouts. You reckon you could make one for Google's Messenger app?
Click to expand...
Click to collapse
pnunez1310 said:
Awesome tweak you saved my cm 12 messaging app. I was noticing it doesn't work on Google's messenger app. Would the module get updated to work for googles messenger?
Sent from my Nexus 6 using XDA Free mobile app
Click to expand...
Click to collapse
While I originally didn't plan to expand and maintain the app further than I need it myself, I'm curious whether I can work out how to do it. Since Google's Messenger app is closed source, I'll need to learn a bit more about how to create Xposed modules, but as soon as I have the time, I'll look into it. Depending on how difficult it proves to be, I might even implement support for more apps than that upon request.
hassanmahmood said:
Is there any way you can make this work with Swype?
Doesn't seem to.
Click to expand...
Click to collapse
Actually, it should work with Swype; I'm using that very keyboard myself. As of now, the module only works with the standard or just slightly modified AOSP SMS/MMS app (package name com.android.mms if I'm not mistaken). Which version of Swype and which SMS app do you use?
Aironfaar said:
Thank you as well! I'm happy to know this very first Android project of mine is of use to more people than myself.
While I originally didn't plan to expand and maintain the app further than I need it myself, I'm curious whether I can work out how to do it. Since Google's Messenger app is closed source, I'll need to learn a bit more about how to create Xposed modules, but as soon as I have the time, I'll look into it. Depending on how difficult it proves to be, I might even implement support for more apps than that upon request.
Awesome. Can't wait. Hope your able to figure it out. Would be an good add-on especially since Google messenger its starting to get better.
Sent from my Nexus 6 using XDA Free mobile app
Click to expand...
Click to collapse
Aironfaar said:
.
Actually, it should work with Swype; I'm using that very keyboard myself. As of now, the module only works with the standard or just slightly modified AOSP SMS/MMS app (package name com.android.mms if I'm not mistaken). Which version of Swype and which SMS app do you use?
Click to expand...
Click to collapse
Sorry, I didn't get notified of the quote.
I use Swype + Dragon version 1.8.7.1080700.34526 and Sony's Messaging app that seems to only be called 'Messaging' version 27.3.A.0.23
Nice module there. Weird thing is it actually worked for me once, then after a few hours I tried again and it didn't work anymore. The msg doesn't send by pressing the enter key. Instead, it will send when I hold the enter key and select "prev". Any idea how to fix that?
I'm on samsung galaxy s4 running cm11, using google keyboard and stock sms app.
Confirmed working on NamelessROM 5.1.1 with newest Xposed Alpha build.
Oppo Find 7s (QHD)
Google Keyboard.
Doesn't work on CM 12.1 nexus 6 ??
Sent from my Nexus 6 using XDA Free mobile app
Anyway this module can work on cm 12.1 for Google messenger ? Would be great!!
Sent from my Nexus 6 using XDA Free mobile app
@Aironfaar if I was to send u the messaging apk from OxygenOS on the OnePlus Two, do u think u could work ur magic on the module?? Not having an enter key is REALLY killing my testing, lol.
Works on cm 12.1 Messaging..
But, is it possible to make it work on Google's Messenger too? Because I prefer using it. More power, Sir!
Geddd said:
Works on cm 12.1 Messaging..
But, is it possible to make it work on Google's Messenger too? Because I prefer using it. More power, Sir!
Click to expand...
Click to collapse
Just realised, the messaging App on OxygenOS is Google Messenger, oops.
Hi, just bringing this back from the dead because I like aosp keyboard and hate emojies. Anyone can help me getting this to work on current android or a different way to get rid of emoji button?

[XPOSED]Re-Enable Screenshot

Ever been annoyed that you can not take a screenshot of your swish payment or bank transaction?
This module tries to bypass the request for DRM on windows created by the selected applications.
This application is free to use, but we appreciate your kind donation to support our work by installing the DONATION package from Google Play Store.
Download the module from Google Play Store
Changelog
1.7 - Now also hooking Window.getAttribute() for applications that test FLAG_SECURE
1.6 - Added invert selection as a donation feature
1.5 - Initial official version
What's the difference with the Xposed module DisableFlagSecure?
http://repo.xposed.info/module/fi.veetipaananen.android.disableflagsecure
Sent from my lightning fast SM-G930F (S7)
FlemishDroid said:
What's the difference with the Xposed module DisableFlagSecure?
http://repo.xposed.info/module/fi.veetipaananen.android.disableflagsecure
Sent from my lightning fast SM-G930F (S7)
Click to expand...
Click to collapse
I have not tested that module, but it seems similar. With Re-enable screenshot you can re-enable screenshot for selected apps and not only globally, don't know if that is the case in the other module.
Anyone know if this works with Chase?
muken said:
I have not tested that module, but it seems similar. With Re-enable screenshot you can re-enable screenshot for selected apps and not only globally, don't know if that is the case in the other module.
Click to expand...
Click to collapse
Yes other module have no gui so it's only globally. I use it since day one and it still works after 2 years without an update. I try your module now.
Sent from my lightning fast SM-G930F (S7)
FlemishDroid said:
Yes other module have no gui so it's only globally. I use it since day one and it still works after 2 years without an update. I try your module now.
Click to expand...
Click to collapse
Please be aware that you might need to reboot the device after you have changed which applications that the module shall be active for.
muken said:
Please be aware that you might need to reboot the device after you have changed which applications that the module shall be active for.
Click to expand...
Click to collapse
Yes I noticed that already. Maybe a button to enable all apps in future?
Sent from my lightning fast SM-G930F (S7)
FlemishDroid said:
Yes I noticed that already. Maybe a button to enable all apps in future?
Click to expand...
Click to collapse
Just added version 1.6 with "Invert Selection" as a donation feature.
I really like how this module is app specific. Thank you for working on this for us. My only suggestion is to add some unobtrusive horizontal graphics to the list of apps. On a large tablet, the distance from the enable button to the app name, and the uniform white space conspires against accurate selection. A minor detail, otherwise the app is perfect.
Im having an issue with another app that detects flag_secure status and just closes if it's not enabled. Is there anyway to bypass this detection on android?
The application is for accessing a database of practice test questions for medical students. They are trying to protect their intellectual rights, I get that. The preparation you get from them is leagues ahead of the competition. My colleagues and I all have our own subscriptions and like to share information over messaging about what questions we thought were particularly interesting and quiz each other. However, explanations are extremely nuanced and retyping full pages or drawing diagram's, while useful, only encumbers our discussion style and risks trascription errors. Being able to screenshot small tidbits is therefor paramount.
Much appreciated and much prefer this module to others that provide flag_secure disabling.
systoxity said:
I really like how this module is app specific. Thank you for working on this for us. My only suggestion is to add some unobtrusive horizontal graphics to the list of apps. On a large tablet, the distance from the enable button to the app name, and the uniform white space conspires against accurate selection. A minor detail, otherwise the app is perfect.
Click to expand...
Click to collapse
I might look into that when time is given, thanks for your feedback!
systoxity said:
Im having an issue with another app that detects flag_secure status and just closes if it's not enabled. Is there anyway to bypass this detection on android?
Click to expand...
Click to collapse
Is there any possibility for me to get the APK so I can test it?
muken said:
I might look into that when time is given, thanks for your feedback!
Is there any possibility for me to get the APK so I can test it?
Click to expand...
Click to collapse
PM'd. Thank you for the assistance.
systoxity said:
Im having an issue with another app that detects flag_secure status and just closes if it's not enabled. Is there anyway to bypass this detection on android?
Click to expand...
Click to collapse
I've uploaded version 1.7 which fixes this. It was quite tricky, but it seem to work with your app now.
The app in question polled the LayoutParams.flags every second from a Thread to make sure the FLAG_SECURE was set.
Don't forget to donate or buy me a beer or two
muken said:
I've uploaded version 1.7 which fixes this. It was quite tricky, but it seem to work with your app now.
The app in question polled the LayoutParams.flags every second from a Thread to make sure the FLAG_SECURE was set.
Don't forget to donate or buy me a beer or two
Click to expand...
Click to collapse
Thank you Muken, I'll be happy to. Going to log on soon.
Just saw your PM, sorry for not getting back to you then.
@muken hi, the module allows you to take screenshots of secret chats on Telegram, but somehow he still discovers that there was a screenshot and is informed in the conversation. Could you take a look? Thanks for your work.
KaMyKaSii said:
@muken hi, the module allows you to take screenshots of secret chats on Telegram, but somehow he still discovers that there was a screenshot and is informed in the conversation. Could you take a look? Thanks for your work.
Click to expand...
Click to collapse
Thanks for your feedback, however Re-Enable Screenshot is intended to enable you to take a screenshot in apps that do not normally allow a screenshot to be taken. It is not intended for prevention of screenshot detection.
Could you add (Un)Select as well as Invert Selection?
Where are screenshots being saved to?
Screenshots work as intended by your rom or version of android. Could differ by build etc. Screenshots can be found wherever your phone normally stores them.
This one actually works. Awesome!
On Lineage OS v14.1 w/ systemless Xposed through Magisk.
Sent from my Nexus 9 using Tapatalk

Another Now Playing Tracker app (Promo codes)

Hello folks,
Now Playing feature on the Pixel 2 is awesome. It works very well, but it keeps no track of the songs identified. Hence I present you Now Playing Tracker. An app to keep track of all songs identified.
Features:
1. Once you grant notification access, forget about the app, all the songs identified will be ready for you when you come to the app.
2. Mark the songs you really like as favorites.
3. Save location to each identified song. (Map view comes in the next update)
4. Export a list of all songs as CSV. Open it up in Excel or Sheets and you can see the location and the date each song was identified.
5. Clear all data or clear just the non favorites.
6. Clean material design implementation.
7. Minimal battery usage since location is requested from the OS. Android gives requesting apps it last known location hence the app does not use any GPS or WIFI for location.
For all the devs out there, I am a junior Android dev and have written this app completely in Kotlin. It was a great learning experience and I am in love with the language.
For future updates:
1. Map View
2. Night Mode
If you have any feature request, hit me up on reddit or email me. (Email listed on Play Store) Thanks for the support and hope you guys enjoy the app!
I am not allowed to post links yet, but my app is called Now Playing Tracker and its the one with the orange icon!
A few promo codes:
CU0D5WNPY53ZH9GU3VLFB3Y
GC69Y0NFVV2MZ0LDXJJR87F
28J6T0WXSBYBVTQZDZY4HTN
YJSGLKW3Z7XUZFL37CZAU5D
Nice start... Could you please share few more promos...
Thanks anyways for the development... :good:
hiimimtayaz said:
Nice start... Could you please share few more promos...
Thanks anyways for the development... :good:
Click to expand...
Click to collapse
The app is now free! Give it a try!
It does not work.
Does not register anything.
rpiton said:
It does not work.
Does not register anything.
Click to expand...
Click to collapse
Did you give access to notifications? The first time you install you need to open the app and allow access to notifications. Then it'll work
kevindesai777 said:
Did you give access to notifications? The first time you install you need to open the app and allow access to notifications. Then it'll work
Click to expand...
Click to collapse
Yes, that was the first thing that I did after install.
Two days with the app runing, several songs identified on the always on screen, but the app did not catch anything.
Any idea of whats wrong?
I've tried turn on and of the location option, no diference.
Runing on pixel 2 xl on stock 8.1 oreo with march update.
Thanks in advance.
Nice app by the way.
rpiton said:
Yes, that was the first thing that I did after install.
Two days with the app runing, several songs identified on the always on screen, but the app did not catch anything.
Any idea of whats wrong?
I've tried turn on and of the location option, no diference.
Runing on pixel 2 xl on stock 8.1 oreo with march update.
Thanks in advance.
Nice app by the way.
Click to expand...
Click to collapse
Thanks for getting back. At this time I can only suggest you restarting the app, Android's notification listener does not function properly all the time, a reboot fixes it. Please let me know if it works
Installing on my brand new Pixel 2 XL
rpiton said:
Yes, that was the first thing that I did after install.
Two days with the app runing, several songs identified on the always on screen, but the app did not catch anything.
Any idea of whats wrong?
I've tried turn on and of the location option, no diference.
Runing on pixel 2 xl on stock 8.1 oreo with march update.
Thanks in advance.
Nice app by the way.
Click to expand...
Click to collapse
I have added support for more languages. I would assume you used the app in some other language than English. I have added support for Portuguese. I will be happy to add support for any language that you use.
provolinoo said:
Installing on my brand new Pixel 2 XL
Click to expand...
Click to collapse
Thank you, let me know if you face any problems
I'm giving it a try now ..
kevindesai777 said:
I have added support for more languages. I would assume you used the app in some other language than English. I have added support for Portuguese. I will be happy to add support for any language that you use.
Click to expand...
Click to collapse
Could you add support for Italian as well?
provolinoo said:
Could you add support for Italian as well?
Click to expand...
Click to collapse
Definitely, will add it within a few days.
Just installing now so will give it a try
Trying it now. Seems pretty nice, thanks! Only improvement I'd like to see is a dark move. Thanks again.
provolinoo said:
Could you add support for Italian as well?
Click to expand...
Click to collapse
Added support for Italian language in the latest release. Try it out!
acheney1990 said:
Trying it now. Seems pretty nice, thanks! Only improvement I'd like to see is a dark move. Thanks again.
Click to expand...
Click to collapse
Thank you.
Yes I am working on a dark mode. Will release soon.
yetiweston said:
Just installing now so will give it a try
Click to expand...
Click to collapse
Thank you. Let me know if you have any feature requests.

install older version of mi browser on miui 11??

hello,
am on miui 11.0.5.0 global and was able to remove the stock mi browser(v10.....etc).
am trying to install an older version of mi browser that had better features than newer versions , it installs but keeps closing everytime i open it!
is there any workaround to make it work?
I know I'm not answering your question.
But why exactly do you prefer to use a browser filled with ads and junk?
Alrich said:
I know I'm not answering your question.
But why exactly do you prefer to use a browser filled with ads and junk?
Click to expand...
Click to collapse
I was wondering that too
Poco launcher gives you a neat way of hiding those bits of xiaomi scurf that you can't uninstall - why not just do that and browse with Iron or something better?
Alrich said:
I know I'm not answering your question.
But why exactly do you prefer to use a browser filled with ads and junk?
Click to expand...
Click to collapse
the older version am talking about has no ads and its the only version that has the feature am lookin for!
thesoupthief said:
I was wondering that too
Poco launcher gives you a neat way of hiding those bits of xiaomi scurf that you can't uninstall - why not just do that and browse with Iron or something better?
Click to expand...
Click to collapse
I never said i cant uninstall it.....read reply #4
Regardless of ads or not, why do you still insist on using a inferior browser when there are so many others out there that do a better job.
Alrich said:
Regardless of ads or not, why do you still insist on using a inferior browser when there are so many others out there that do a better job.
Click to expand...
Click to collapse
i already mentioned the cause above!......the old version am talking about has a certain feature that isnt working anymore in new versions!.
All you mention is "the feature I'm looking for" or the "cause I'm looking for"
There's no direct mention or explanation of what you're looking for. Maybe more people will help you if you choose to explain a bit more rather than shut down every comment that's trying to help you.
Alrich said:
All you mention is "the feature I'm looking for" or the "cause I'm looking for"
There's no direct mention or explanation of what you're looking for. Maybe more people will help you if you choose to explain a bit more rather than shut down every comment that's trying to help you.
Click to expand...
Click to collapse
the reason for posting this topic is to get help regarding running an older version of miui browser that installs but closes everytime i open in oreo/pie/q ......it runs fine on other android phones on nougat!!.
specifying the feature thats working on this old browser and not working on recent versions wont help coz poeple who "try to help" would simply recommend using other newer versions or even different browsers!!
if i wanted to shut comments ....i would have simply ignored any replies without a direct solution!!.
Okay, so you know how it works in the software world. Nobody codes everything from scratch. What we do is build upon the work of others to get what we want. Your previous browser would have been built with various libraries that it hooks into to provide different functionality. Now a new one has come out which was installed on your fone and this is using later versions of the libraries and possibly some APIs may have been dropped. So you're trying to use the old browser with the new libraries and it's entirely possible that the APIs/ABIs it needs are no longer available. So you're SOL. You're going to have to run your browser in debug mode to see what's wrong. I hope it works out for you.
Sent from my Galaxy Tab S5e using XDA Labs
guhvanoh said:
Okay, so you know how it works in the software world. Nobody codes everything from scratch. What we do is build upon the work of others to get what we want. Your previous browser would have been built with various libraries that it hooks into to provide different functionality. Now a new one has come out which was installed on your fone and this is using later versions of the libraries and possibly some APIs may have been dropped. So you're trying to use the old browser with the new libraries and it's entirely possible that the APIs/ABIs it needs are no longer available. So you're SOL. You're going to have to run your browser in debug mode to see what's wrong. I hope it works out for you.
Sent from my Galaxy Tab S5e using XDA Labs
Click to expand...
Click to collapse
ok,this is what i call a helpful reply :good:

Categories

Resources