Hidden emoji in latest WhatsApp for Android - Other Tools & General Discussion

Hi guys,
I was looking through the .apk file for the latest WhatsApp update today and I've discovered a middle finger (up yours) emoji in the resource folder. I need some help figuring out how to enable it
Cheers guys!

(I'll post it here as well.)
They work! You can now send your friends middle fingers (given they also have the latest version installed):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Copy the Unicode character from this page and paste it into your message (Note: It's not visible in Android itself):
http://graphemica.com/🖕
The Spock gesture also works, but is choosable from the emoji list:
http://graphemica.com/🖖

Related

[APP][Themed]❤ Whats App for your Heart ❤| based on Version 2.7.7948♥♡

[APP][Themed]❤ Whats App for your Heart ❤| based on Version 2.7.7948♥♡
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Do you use WhatsApp?
Wanna do your wife / girlfriend / friend a favour?
Does she like hearts like every woman does?
Then you are right here!
What I did is change some colors and pics.
I also re-arranged the smilie button position
all you have to do:
1. deinstall the old WhatsApp
2. download and install this WhatsApp
(If you have problems ith the smilies loading
too slow, just play a little with the tabs and it'll be gone)​
​
reserved
reserved 2
update
can i update whatsapp...coz i m getin a alert message to upgrade..

[app][2.2+] Amazing Calculator

Hi!
I would like to show you my second app. This is a very nice and simple calculator. Special feature of my app is that the result is shown after doing an operation above the next number which you are typing. The result you can copy to the clipboard, and you can paste number from the clipboard.
[link] Amazing Calculator - Google Play
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What about memory buttons (MR, MC, M+, M-)? Some times they are very useful.
To be honest, I have never used this buttons, but I will put them in next update. Thanks for suggestion.
Looks very good,testing
Update:
- memory buttons MR MC MS M+ M- (long press)

[TOOL] MIUI Lockscreen Helper

Hello,
I would like to show You my new program I have written to make my life easier (and maybe Yours).
It has some code editing elements, but the most important thing is the graphical editor.
You can set image location just using your mouse and quickly get the neccessary code for Your project.
So here it is
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Screenshots:
Some tutorial/demo video (leave annotations on)
http://imageshack.us/a/img20/9241/asxa.jpg
And finally, the download link: Here
I hope You will like & use it.
Please remember, that it won't do the whole theme for You.
Have fun ​
Link not work. Drop other site.
Sent from my GT-S5830 using Tapatalk 2

[APP] [4.4+] [v1.0] PicLinx

PicLinx is a light & minimal app I made for my personal use. I always hated that I had to open Chrome just to view any image link sent by a someone. So I came up with this.
This app intercepts direct image links and opens them on top of the current app.
Also, when fully zoomed out, long press the image to download it..
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Libraries used
Ion
TouchImageView
I actually had to do very little coding thanks to these awesome libraries.
Icon from here
PS. First thread and first app. Go easy on me
Reserved

Implementing Predictive Text functionality in Custom Keyboard

Hi Fellow members ! I am new here.
I have built a very basic android keyboard. (See the image)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Now, I want to add predictive text functionality in it. Which requires SuggestionStripView
I read some posts on StackOverflow which led me to some links which had the JAVA part of it and I understood that.
But, I couldn't find any post, blog, video, example which contained Front End Part of it.
When I tried myself I got an error which basically said that I can not use any layout with KeyboardView
So my question is how do I MERGE my KeyboardView and SuggestionStripView in order to create a Complete Keyboard?

Categories

Resources