[Xposed][2.3+][Mod] XToast 2.2 [27-5-2015][updated]

Search This thread

kamilmirza

Senior Member
Dec 4, 2011
1,884
1,532
OnePlus 6
I have an icon available. Hope it will be visible enough once applied... I'll see if @kamilmirza will be kind enough (once again) to post it here.

courtesy of @Roudier
na4emava.jpg


Sent from my Nexus 5 using Tapatalk
 

G1Master

Senior Member
Feb 1, 2009
603
184
H-Town
Awesome job on this module I absolutely love it. Only issuing I'm having is after a reboot I have to reenable all the features other wise toast comes up completely transparent and only text shows. Once I reenable the features it works perfectly.

Running on a Note II LTE with an old version of Beanstalk 4.4.2 with xposed 2.6
 
  • Like
Reactions: Ikkuh84

Roudier

Member
Jul 24, 2014
38
18
love the icon but can you provide 256*256 for xxhdpi if i resize that icon it will decrease the icon quality for xxhdpi device.

It's now available in 256x256, let me know your email address via PM so that I can send it to you directly. If by chance you still need it, of course.

Great work on the module, congrats. :good:

---------- Post added at 02:19 PM ---------- Previous post was at 01:57 PM ----------

Hmm, seems I can now post pics. :p
So, here's the (slightly revised) 256x256 version of the former 128 icon.




Edit : having seen the result of the icon in the app, here's an updated 256x256 version that would perhaps be more "visible". Up to @vikasb32 to make a choice between the two. ;o)

 
Last edited:

kamilmirza

Senior Member
Dec 4, 2011
1,884
1,532
OnePlus 6
updated to version 1.2
now user have option to change app icon and app title position
added a option to test toast within app
change some code related to icon size now icon size is more exact.
added app icon(thanks to @Roudier @kamilmirza)

eV5fu1j.png
1I1MSqc.png

nice update :good:
the current UP position option takes a lot of unnecessary space
can you add the option to display the app icon first then the app name on the same line? and custom toast duration in seconds?
that would swell
3a4yte9a.jpg


Sent from my Nexus 5 using Tapatalk
 
Last edited:

mitushorizon

Senior Member
Feb 14, 2014
85
13
Since 1.2 version, transparency is working backwards.
I select 10% transparency and it shows the toast background almost invisible. I select 80% transparency and it shows toast background almost opaque.
 
  • Like
Reactions: killoid

davelee1054

Senior Member
Apr 22, 2013
104
20
New version 1.2:

(1) After a few hours, all toasts become 100% transparent. Toasts will not react to settings changes. This can be fixed by rebooting the device.

(2) Transparency slider is not implemented correctly. 100% transparency results in a 100% opaque toast, and 0% transparency results in a 0% opaque toast.

These problems were not present in 1.1
 

Kelden

Senior Member
Apr 30, 2012
110
13
I'm still missing one option for icon and title placement

_________
|---------------| Title
|----Icon-----| toast notification text
|---------------| description
|---------------|


It would be great if you could add it.
 
Last edited:
  • Like
Reactions: cs098 and n0j0e

devbro

Senior Member
Feb 26, 2010
191
51
feature request

Awesome app, Thanks so much for the development.

I have recently gone from galaxy to M8 and I would say I miss the dismissable toasts. On galaxy if you get a toast, tapping it will make it go away right away. But apparently it is not a default feature on original android or other builds of android. Is there anyway to implement this using xposed?
 

Roudier

Member
Jul 24, 2014
38
18
I'd even say that on Galaxys, touching any part of the screen will make the toast disappear forever, which is a drawback IMO. Indeed, when you get a toast, you're often doing something else implying touching the screen, and all you're then able to see is the toast vanishing before your eyes, without any mean to know what it was about. I'd be happy to trade this behaviour for Android's "default feature" you're depicting.

Anyway, in such a case (persistant toasts), there is no way by now - as far as I know - to implement Samsung's behaviour via an Xposed module. Anyway, you might want to take a look at "Sliced Toast", which will shorten toasts' display time. Or at the much more complete "EnhancedToast", with which you'll be able to adjust toasts' duration on a per-app basis ; but this module surely has too many features regarding what you're looking for, and will also cost you a couple of bucks.
 

Ark1406

Senior Member
Jul 13, 2013
393
200
Would it be possible to have an option to change the whole position of the toast? It's at the bottom now, I'd look nice on the top on my opinion
 

Top Liked Posts

  • There are no posts matching your filters.
  • 80
    Hello firends this is my first xposed module and i am new to xposed coding and still learn xposed framwork.

    XToast contain small tweak for toast nofication in android.


    features list:

    1. add app icon to toast notification
    2. change icon size display in toast notification
    3. add app title name to toast notification.
    4. select different toast style jellybean,kitkat,gingerbread,holo light,kitkat light
    5. change toast background color
    6. select toast duration:sort and long.
    7. change toast background transparency
    8. select where toast notification appear on the screen.
    9. change toast font color.
    10. change app tittle toast font color.

    Changelog:
    2.2-
    1.fix some layout issue in tablet and landsacp mode
    2.simplify app design
    3.remove default transparency from toast background so now if u select 0 transparency there will be no transparency.
    2.1-
    1.fix bootloop in some device
    2.0-
    1.added option to change toast background color
    1.9-
    1.fix for android below 5.0
    1.8-
    1.added a functionality to Block toast notification of Selected apps .
    2. Fix ui for lollipop.
    1.7-
    1.fix fc in device older then jellybean .
    2.move test toast from preference to action bar.
    3.added Russian language thanks to Gromozavr Stas.
    1.6-
    1.added app tittle font color features.now you can add custom font color to app title toast notification.
    2.added kitkat light toast style.
    3.rearrange preference item.
    1.5-
    1.added toast font color features.now you can add custom font color to toast notification
    2.modified toast transparency now work better.
    1.4-
    1.add app icon position and title position separately.now there are many combination you can try.
    2.add horizontal and vertical offset to toast position now you can set location of toast anywhere to screen
    1.3-
    1.fix transparency opposite bug
    2.user now set toast duration(max 3.5sec android limit)
    3.added a option where a toast appear on the screen

    1.2-
    1.user have option to change app icon and app title position
    2.added a option to test toast within app
    3.change some code related to icon size now icon size is more exact.
    4.added app icon(thanks to @Roudier,@kamilmirza)
    1.1-
    1.gingerbread support
    2.add a option to change toast background transparency

    1.0-initial release





    9c3hoVe.png
    zqn1xII.png


    wYthfBq.png
    8ceVaQU.png


    DzCAt9e.png
    bLmGiqw.png


    Krrbzxo.png
    gON1pnx.png


    zNn2wfF.png
    bUiUsSt.png


    E2LG2yZ.png
    SRhMTA0.png


    b7QMSD3.png
    5jSYEKF.png


    alb60Rg.png
    nTqOMi4.png


    DZRhDiP.png


    3mPwcb3.png
    rDscrb9.png


    J9DkqHU.png


    QsTxHTV.png


    xposed repository:-http://repo.xposed.info/module/com.vikas.toaststyler

    credit
    MohammadAG

    Translation:-download stings file for translation in your language and give me translated strings.xml
    Note:-remove .txt after downloading strings.xml.txt
    8
    I will fix it when my motherboard get replace no pc right now.
    7
    Please come back

    @vikasb32, Have you been able to repair your motherboard and continue the development of this useful module?
    It would be great if you could make the source code public so that the community could help fixing problems. It's a pity a module this good to be abandoned.
    7
    updated to version 1.2
    now user have option to change app icon and app title position
    added a option to test toast within app
    change some code related to icon size now icon size is more exact.
    added app icon(thanks to @Roudier @kamilmirza)

    eV5fu1j.png
    1I1MSqc.png
    5
    updated to 1.1 add gingerbread support and add a option to change toast background transparency.


    RoID2rI.png