Hey fellow XDA friends,
As we know that popup browser is added in stock JB roms but there is no way to launch it from launcher but only by clicking links.So I have made an app with the help of Gamma(my fellow dev) that will launch the stock popup browser with www.google.com as the home page.The app currently works perfect on Note and I expect it to work on all JB TW roms.But since I only have Note N7000 with me,I'm unable to test it on any other device running JB.Those having other phone running JB based TW roms can test it and report me
This is my first app I have ever written for android and I want it to be open source and have uploaded the sources tof course there isnt much big in the source as it only calls the Stock popup browser.But still Its my will to make all my work(more in future) opensource
This app works only on JB based TW roms.That means it wont work on AOSP or AOKP like CM10 and CM10 based roms etc..This is because There is no Popup browser on Roms built from sources like CM10.And this app is not a standalone popup browser app.It only invokes the stock popup browser already present in our JB roms...
Installation instruction:
1.Download the app v1.1 here
2.Install it as normal app or push it into /system/app with permission rw-r-r
Everyone are free to include this app in there roms without asking prior permission as long as credits are given .Please do press thanks if you use this app
Thanks to Gamma for helping me build my first app
Source-Update will be uploaded soon
Code:
Change log:
1. Added support for android 4.2.
2. Removed toast for those who don't like it.
Remove old app if you have before installing v1.1.Or else you will get signature conflict
because the signature is changed as I lost my old key store :silly:
Seems good installed fine and it works.
Sent from my GT-N7000 using xda premium
Working great on RR1. Thanks.
Wysłane z Galaxy Note przy pomocy Tapatalk 2 i klawiatury SwiftKey
Congrats vijay..would like to see more and more applications from you in the future
grgsiocl said:
Congrats vijay..would like to see more and more applications from you in the future
Click to expand...
Click to collapse
Surely my friend...At least for you
Very nice work :good:
I moded the stock popup browser now for bigger size on screen.
Now its perfekt with your App
thanks for this. very nice to have pop-up on home screen :good:
Chrack said:
Very nice work :good:
I moded the stock popup browser now for bigger size on screen.
Now its perfekt with your App
Click to expand...
Click to collapse
You made it resizeable or just increased the width and height in dimens???
Sent from my GT-N7000 using xda app-developers app
It's the same thing as adding a bookmark on the homescreen that opens google It'll ask of you want to use pop-up browser.
Written and sent by Google Now
LordManhattan said:
It's the same thing as adding a bookmark on the homescreen that opens google It'll ask of you want to use pop-up browser.
Written and sent by Google Now
Click to expand...
Click to collapse
This app directly calls the popup browser activity and how do you call this a bookmark widget????
I had to give Google.com because popup browser will give fc when started without a weblink at the start
Sent from my GT-N7000 using xda app-developers app
vijai2011,
great work, I expected the browser to work this way, but it didn't, now you've sorted it, thanks
p.s.
here's a slightly larger sized browser for anyone that wants it,
This is not the same as the apk in this thread, it's not installable, you have to copy to into /system/app, overwriting the original, set permissions to rw-r-r.
don't forget to keep a copy of the original, just in case you want to go back.
vijai2011 said:
This app directly calls the popup browser activity and how do you call this a bookmark widget????
I had to give Google.com because popup browser will give fc when started without a weblink at the start
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
Noo, i didn't say that this is a simple bookmark, i said that it's possible to do this with a bookmark. Long-press the homescreen, choose "shortcut", then "Google". Now when i tap the bookmark it'll ask ask if i want to open the pop-up browser But we do save a few steps with your app
Written and sent by Google Now
Is it posible to open two or three popup browser at the same time?
Sent from my GT-N7000
========================
Rom:
Leaked JB 4.1.1
Kernel:
Philz 2.7
========================
zai89 said:
Is it posible to open two or three popup browser at the same time?
Sent from my GT-N7000
========================
Rom:
Leaked JB 4.1.1
Kernel:
Philz 2.7
========================
Click to expand...
Click to collapse
No...not possible....
Sent from my GT-N7000 using xda app-developers app
kam333 said:
vijai2011,
great work, I expected the browser to work this way, but it didn't, now you've sorted it, thanks
p.s.
here's a slightly larger sized browser for anyone that wants it,
This is not the same as the apk in this thread, it's not installable, you have to copy to into /system/app, overwriting the original, set permissions to rw-r-r.
don't forget to keep a copy of the original, just in case you want to go back.
Click to expand...
Click to collapse
Hmmm...crack said he made the mod and you post it...:|.Anyway I'm trying to make the popupbrowser resizeable but held up with lots school work now :|
Sent from my GT-N7000 using xda app-developers app
Nice one Vijai!
Thx for credits
vijai2011 said:
Hmmm...crack said he made the mod and you post it...:|.Anyway I'm trying to make the popupbrowser resizeable but held up with lots school work now :|
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
hi,
I saw Chrack's post, but this is one I changed before you started your thread, you might have noticed the browser headers are darker than the stock version, I've also changed the icon.
if anyone wants to resize it, just need to edit the dimens.xml in res/values folder, "main_body_width" & "main_body_height" are the 1st two lines to edit.
I noticed the mw_window_mode_resize.png in drawable-hdpi folder. so it looks like it should be resizable, but it's beyond my skills atm to figure out how to activate it. tho, there is a new build on its way, xxls3, hopefully it will work in that build?
cheers again
http://www.androidcentral.com/andro...note-could-add-nature-ux-multi-window-feature
Gamma91 said:
Nice one Vijai!
Thx for credits
Click to expand...
Click to collapse
xD.registered just to say thanks for the credits???
BTW welcome to XDA .Make sure that this isn't our forum so no of topics here we used to have
Sent from my GT-N7000 using xda app-developers app
kam333 said:
hi,
I saw Chrack's post, but this is one I changed before you started your thread, you might have noticed the browser headers are darker than the stock version, I've also changed the icon.
if anyone wants to resize it, just need to edit the dimens.xml in res/values folder, "main_body_width" & "main_body_height" are the 1st two lines to edit.
I noticed the mw_window_mode_resize.png in drawable-hdpi folder. so it looks like it should be resizable, but it's beyond my skills atm to figure out how to activate it. tho, there is a new build on its way, xxls3, hopefully it will work in that build?
cheers again
http://www.androidcentral.com/andro...note-could-add-nature-ux-multi-window-feature
Click to expand...
Click to collapse
That was the exact question I asked to chrack regarding the dimens xD.Yeah I too hope it gets resizeable in the next build we get .
Sent from my GT-N7000 using xda app-developers app
Hi,
sorry i didnt read taht you ask me
Sometime it´s better to PM me.
Here is what i changed in the original PopupBrowser.apk
in the "dimens.xml" in res/values folder.
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="main_body_width">[B][COLOR="DarkRed"]460.0dip[/COLOR][/B]</dimen>
<dimen name="main_body_height">[B][COLOR="DarkRed"]510.0dip[/COLOR][/B]</dimen>
<dimen name="button_width">55.0dip</dimen>
<dimen name="title_bar_height">38.0dip</dimen>
<dimen name="url_bar_height">36.0dip</dimen>
<dimen name="url_bar_width">[B][COLOR="DarkRed"]300.0dip[/COLOR][/B]</dimen>
<dimen name="nav_bar_height">48.0dip</dimen>
<dimen name="title_text_width">221.0dip</dimen>
<dimen name="webview_width">332.0dip</dimen>
<dimen name="back_button_width">44.0dip</dimen>
<dimen name="main_body_min_width">300.0dip</dimen>
<dimen name="main_body_min_height">300.0dip</dimen>
</resources>
Also i changed the App-Icon of your App because its to small and i dont like the colour :angel:
Related
WORKING EXCELLENT with G2X Gingerbread leak update.zip, you will be in love !!!! NO MORE BAGS at all !!!
I was very surprised ! When I saw that LG G2x working EXCELLENT with density "190" with out ANY COSMETIC problem !!!!
Example: My nexus S of cause working too with "190 Density" BUT I got a lot of problem ! BECAUSE "ROM" not intended" to work with higher resolution !!!!!!!... EXAMPLE I got bad LOCK SCREEN, some widgets sucks...etc.
but I remembered first review about LG Optimus 2x, It said that the phone has higher resolution, plus I saw the photo.)
So lets START !
U need Root Explorer !
1) open root explorer.
2) go to system
3) open "Build.prop" (long press on it>open in text Editor)
4) almost at the bottom u will SEE this: ro.sf.lcd_density=240
5) Change 240 on 190
6) Close and save.
7) Fix permissions. (better do it in "rom manager")
8) Restart your phone.
(If you will find any bag, u can easy return everything back, I found only 1 ! On Latitude Icons funny lol!.....)
Unfortunately you can not see all the "buzz" from Screen shots:
Video
(Thank you Outlaw71):
http://www.youtube.com/watch?v=Nqs8j13Mk8k
_
I like it but I can't see my clock
Sent from my LG-P999 using XDA App
rizzxx7 said:
I like it but I can't see my clock
Sent from my LG-P999 using XDA App
Click to expand...
Click to collapse
I FIX check the tread
Looks weird. What are the advantages? Just that you can see more entries in a scrollable list like Gmail, settings, etc? Does the keyboard get smaller? Smaller keyboard is a no-go for me. I have big fingers.
r4d14n7 said:
Looks weird. What are the advantages? Just that you can see more entries in a scrollable list like Gmail, settings, etc? Does the keyboard get smaller? Smaller keyboard is a no-go for me. I have big fingers.
Click to expand...
Click to collapse
I like it (feel everything faster for me+ plus I can see full pages...plus I believe its looks hot)
, but of cause its not for everyone)
U can try density 200, its gonna by same keyboard size like before, or swype keyboard still the same with any density )
On u pc u using 800×600 resolution too? joke
r4d14n7 said:
Looks weird. What are the advantages? Just that you can see more entries in a scrollable list like Gmail, settings, etc?
Click to expand...
Click to collapse
Yup. Just makes everything smaller so you can view more on the screen at one time than you can by default.
Thanks for thread was curious how to do this outside of using the root tools app. Ended up with a density of 190, its all compact and tiny but the clock text is still visible.
Oooh thanks too do u using bloodEagle rom?
avetny said:
Oooh thanks too do u using bloodEagle rom?
Click to expand...
Click to collapse
Still rocking the stock rom....cant decide which roms to toy with yet lol
Nice tweak was not aware of this, I like it very much.
Sent from my LG-P999 using XDA Premium App
noodlev1 said:
Nice tweak was not aware of this, I like it very much.
Sent from my LG-P999 using XDA Premium App
Click to expand...
Click to collapse
Please make it 190 !
Be aware some apps will no longer render full screen after changing this setting, you'll have to decide what you're willing to deal with if it happens or ask the dev of the app to do whatever it is with their app so it works with other random density.
Useless_Alias said:
Be aware some apps will no longer render full screen after changing this setting, you'll have to decide what you're willing to deal with if it happens or ask the dev of the app to do whatever it is with their app so it works with other random density.
Click to expand...
Click to collapse
download Spare Parts app
check the compatibility mode OFF
If the app had a thanks I would have....hello devs???
Sent from my LG-P999 using XDA Premium App
EDIT:already installed option already checked....meh lol
Useless_Alias said:
If the app had a thanks I would have....hello devs???
Sent from my LG-P999 using XDA Premium App
Click to expand...
Click to collapse
hhhhhhhh
no, you need to uncheck the compatibilty check box, and then reboot. that will make 95% of apps render correctly on the lower DPI.
mm0
i wonder if this could solve the issue im having with the phone connected using hdmi to my tv where i only see half of my notification bar!
muzicman0 said:
no, you need to uncheck the compatibilty check box, and then reboot. that will make 95% of apps render correctly on the lower DPI.
mm0
Click to expand...
Click to collapse
yep thats what I mean ! thank u
When I long build.prop and try and open in text editor i get a "warning you cannot edit this file because the file system is read only" any help?
crocks said:
When I long build.prop and try and open in text editor i get a "warning you cannot edit this file because the file system is read only" any help?
Click to expand...
Click to collapse
in root explorer in the upper left corner, u have: Mount R/W
change for
Mount R/O and and continue
(root explorer PAID version ONLY)
Hi everyone,
I am using AOKP ROM build 40 and I want to change page transitions or app opening transitions....
Please can anyone help me with this....I had seen some really cool transition animations like the dialog box popping from the bottom in one of my friends SG ACE ROM....
Thanks
Sent from my GT-P1000 using xda app-developers app
I just use GO Launcher as my default launcher and use the animations/transitions from there. So many to choose from and for different scenarios too.
Personally, I set all my "effects" to Random. That way every time I switch home screens or enter the app drawer, it's different!
marcooshiro said:
I just use GO Launcher as my default launcher and use the animations/transitions from there. So many to choose from and for different scenarios too.
Personally, I set all my "effects" to Random. That way every time I switch home screens or enter the app drawer, it's different!
Click to expand...
Click to collapse
I am asking for animations which are for built in things...like the dialog box for everything or any app opening....I figured out that it can be done by editing anim folder in Res folder of framework.apk....but still I need someone to give me some some animations which are in XML format so that I can edit the apk....
Sent from my GT-P1000 using xda app-developers app
Framework Tool from market will give you that and more.
Sent from my GT-P1000 using Tapatalk 2
I've seen a few apps in the Play Store (mostly just plugins for alternative SMS hosts like GoSMS) like Emoji Keyboard and Emoji Codec that I couldn't get to work. Then I attempted a method I found in the description of Emoji Keyboard's app information which involved replacing a file in system/fonts through root explorer. I know I did everything in the instructions but it didn't work for whatever reason.
I want to be able to send and receive emojis (at the very least, with someone using the same app as me) inter-Android and with iOS also if possible. Any possible app/method? I'm running CM10 8/16 build but will be updating to the 8/23 build that's coming.
And I'd prefer not to use What's App. Thanks in advance!
Sent from my SGH-I997 using xda app-developers app
Open up native messaging app, hit menu and then settings. Scroll to bottom and there should be an option for "enable emojis"
lukas_s said:
Open up native messaging app, hit menu and then settings. Scroll to bottom and there should be an option for "enable emojis"
Click to expand...
Click to collapse
It wasn't included in 8/16 CM10 but it's here now in 8/23 which is awesome BTW. Thank you. I was really looking for an app I could tell all the iPhone users and Droid users to get that would work for all of us (but not What's App). Anyway, thanks
Sent from my SGH-I997 using xda app-developers app
Rayk1080 said:
It wasn't included in 8/16 CM10 but it's here now in 8/23 which is awesome BTW. Thank you. I was really looking for an app I could tell all the iPhone users and Droid users to get that would work for all of us (but not What's App). Anyway, thanks
Sent from my SGH-I997 using xda app-developers app
Click to expand...
Click to collapse
Emojis that I send to iPhone 4/4S users go through. 3G and below can't see them for whatever reason
Likewise, emojis that I receive from iPhone 4/4S users show up on my Infuse
lukas_s said:
Emojis that I send to iPhone 4/4S users go through. 3G and below can't see them for whatever reason
Likewise, emojis that I receive from iPhone 4/4S users show up on my Infuse
Click to expand...
Click to collapse
I think thats cause iphone and android made a universal emoji so that both can see it. I read an article about it a few months back when it was in the works..
Thanks making this post I had been using GO SMS just for emojis. My wife still has an iPhone.
Sent from my Infuse jb cm10 using xda premium
will the emoji work with apps like instagram or FB?
yoda209 said:
will the emoji work with apps like instagram or FB?
Click to expand...
Click to collapse
My experience with CM10:
the only way to access emojis is through the messaging app. They can be sent through text messages by pressing the menu button and selecting “insert emojis" provided that you have emoji support enabled in messaging settings. (From my experience, only later builds of CM10 have emoji support. That's source code though and has nothing to do with our brilliant devs).
To get emojis into Facebook you need to use a copy-paste workaround.
1) Enter stock messaging app and go to a conversation.
2) Press the menu button
3) Select insert emojis
4) Select desired emojis
5) Press back button to return to the message.
6) Copy the emojis and paste them into Facebook
Most should work, some might not. It's hit or miss. Peace sign, thumbs up, hearts and many more are on the working list.
Sent from my SGH-I997 using xda app-developers app
Just wish they would intergrate them more into other apps such as FB. That copy and paste method just takes up to much time. Olus i think they could revamp some of them as they are pretty stupid, maybe add the finger, We all know that we would like that one once in awhile. :good:
GutterGuppy said:
Just wish they would intergrate them more into other apps such as FB. That copy and paste method just takes up to much time. Olus i think they could revamp some of them as they are pretty stupid, maybe add the finger, We all know that we would like that one once in awhile. :good:
Click to expand...
Click to collapse
Couldn't agree more lol
I more recently flashed an emoji keyboard from the BaNkS GApps thread which you enable in input settings. So I use the selector notification every time I input text. Looks like this.
If you're interested, give the thread a look http://forum.xda-developers.com/showthread.php?p=34610569 Sent from my SGH-I997 using xda app-developers app
The goal is to be able to change small things in some apps.
For example, there is an app called SnapChat which allows you to send a picture for 3 seconds and then closes the picture. In this scenario, I would like to be able to edit the .apk file to allow to stay for 4 seconds. Would this kind of this be possible?
How so?
Um....you can do this within the app.....stock....
Sent from my Eclipsed S3 running that KTOONZ Sauwce
post this in android hacking. it is not a verizon gs3 topic. you'll find more support there.
Matthenson20 said:
Um....you can do this within the app.....stock....
Sent from my Eclipsed S3 running that KTOONZ Sauwce
Click to expand...
Click to collapse
I know, it was a poor example. But I'm just wondering if it would be possible to do small changes like this to apps?
Dgameman1 said:
I know, it was a poor example. But I'm just wondering if it would be possible to do small changes like this to apps?
Click to expand...
Click to collapse
most apps are customizable. there are threads over in android general/hacking specifically about this topic.
OK I have looked a lot. I want to change a lot of things not just an app. I want to change my app icon color I want to change the color of my clock widget my wheat her widget the resize outline of the box also the color of the lock on the lock screen. Anybody pm me plz I am clueless at this stuff.
Sent from my SCH-I535 using xda app-developers app
You can change alot of things in apps just by playing around with them. Using Apktool or another decompiling tool, you can change alot in the res/values folders Theres alot of stuff you can play around with in the various xml files
tihsllub said:
OK I have looked a lot. I want to change a lot of things not just an app. I want to change my app icon color I want to change the color of my clock widget my wheat her widget the resize outline of the box also the color of the lock on the lock screen. Anybody pm me plz I am clueless at this stuff.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
use the search box at the top of the page. type in theme/mod apk's. pages of stuff will come up. here's 1 place to start- http://forum.xda-developers.com/showthread.php?t=2069287
So you are saying I can't decompile or recompile apks on my phone? I have to use adb to push/pull and then use a program to decrypt the XML then I can change the values to what I want?
Sent from my SCH-I535 using xda app-developers app
tihsllub said:
So you are saying I can't decompile or recompile apks on my phone? I have to use adb to push/pull and then use a program to decrypt the XML then I can change the values to what I want?
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
You're gonna have to adb push/pull unless you build your own ROM.
You can get apktool from here: https://code.google.com/p/android-apktool/
[email protected] OK. :/ hard drive crashed.
Sent from my SCH-I535 using xda app-developers app
You can swap out images but you definitely can't change app settings like animations and such without the right tools and procedures.
[email protected]'$ [email protected]@XY
OK. I don't want yo change animations just yet. I want to edit app icon colors widget colors. I pretty much want to theme everything.
Sent from my SCH-I535 using xda app-developers app
use 7zip on your computer to swap out png's. change app's name from whatever.apk to whatever.zip then move it to your computer using 7zip open the archive. don't extract or unzip. navigate to res folder and open it. find the png files you want to change and insert your png files you want. make sure they are the correct size, in the correct format (png) and are named correctly. exactly as they are in the zip file. then close the zip transfer it back to your phone and rename back to whatever.apk i do suggest doing some more research before doing this. there are a lot of threads dedicated just for this. use the search engine at the top of the page. XDA provides it for this exact reason.
HaloShortcuts
Coincidently, there's another HaloShortcuts by @MainstreamStereotype that is similar to this one. :silly:
His has an additional feature and that is the ability to choose Activities within an App.
Please check his out also :good:
What?
A shortcut selector to add a shortcut in floating mode on homescreen or for apps that uses shortcut selector.
It adds a shortcut with the intent flag 0x00002000.
For?
For ROMs that make use of the intent flag 0x00002000.
Examples include Paranoid Android ROMs with Halo.
(This might work with OmniROM's MultiWindow but I need someone to confirm before I write it down. )
Downloads?
In Attachments. (Dates are in DDMMYY)
Backup Downloads from Google Drive
Open-source!
This module is open-source! Sources are found on my GitHub.
If you would like to help in the development, you may leave bug reports and development tips in this thread or (better still) fork and send pull requests
Screenshots?
works perfectly on my Galaxy S4-I9505, thanks
Works great on s2 with kitkat rom pound....
I9100 Tapatalk 4, Rom1 Pound Rom 4.4 Kitkat
When using your app it causes a launcher redraw when opening an app hope this can be fixed it's a useful app thanks
Sent from my HTC One X using Tapatalk
smeejaytee said:
When using your app it causes a launcher redraw when opening an app hope this can be fixed it's a useful app thanks
Sent from my HTC One X using Tapatalk
Click to expand...
Click to collapse
This app only makes shortcuts with the halo flag. It doesn't affect the launcher. It has probably been redrawing ALL the time but you only notice it now since it is floating and not fullscreen.
I never get redraws this app actually crashes my launcher so it has to restart and I only get this issue with this app
Sent from my HTC One X using Tapatalk
smeejaytee said:
I never get redraws this app actually crashes my launcher so it has to restart and I only get this issue with this app
Sent from my HTC One X using Tapatalk
Click to expand...
Click to collapse
Is it the actual running of the app itself, or the launch of a halo shortcut created by this app... that is causing the redraw? What Launcher do you have and rom?
It happens when I launch an app from the shortcut I create with this app I use the sense 5 launcher on a HTC one x thanks for replying it's viper x Rom 4.0.6
Sent from my HTC One X using Tapatalk
smeejaytee said:
It happens when I launch an app from the shortcut I create with this app I use the sense 5 launcher on a HTC one x thanks for replying it's viper x Rom 4.0.6
Sent from my HTC One X using Tapatalk
Click to expand...
Click to collapse
@smeejaytee
First thing I would try is downloading an alternative free launcher eg Go Launcher. Install, and do a quick test to see if a new Halo shortcut causes the same issue. Should take 5 minutes. Then if you still have the issue, then it's probably rom related. BTW, do you have any other rom features enabled that might be interfering? (eg Multi Window or something like that)
No nothing that would interfere although the room is heavily modded but floatifications works fine and open halo from notification also works I do get an occasional fc though had that problem since version 2.0 of xhalo appsi also works ok I don't really want a different launcher because of BlinkFeed but for trying purposes Ill try thanks for replying
Sent from my HTC One X using Tapatalk
Is it possible to update this app to create shortcuts that point to "Shortcuts" in Android as well instead of just app shortcuts?
You know, the screen when u long press on the launcher and you get this page to create direct shortcuts to contacts, bookmarks, gmail labels etc.
Because it would be handy to create shortcuts that link to specific functions inside apps instead of having to launch the apps in windows mode and then navigating to the required functions i.e. shortcut to a specific whatsapp contact, specific settings screen.
Do consider it, or if anyone has a solution do let me know, thanks!
I hope the thanks received from zst123 means this request has been added to some to do list out there?
edit : oh man, another thanks. Don't tease me...SAY SOMETHING! Or should I keep posting to accumulate thanks?
how to check intent flag?
works great in s3 omega rom when using it as a launcher icon, or through glovebox.. BUT if you want to use LMT launcher that doesnt support system shortcuts but support tasker... launching tasker task--> autoshortcut plugin --> haloshortcut... doesnt work.. the app opens in fullscreen
Hey guys,
I posted this twice on Disqus on the XDA News Commenting but somehow it didn't show (internet failure?) and I'm typing this again.
I'm really lazy to retype, so in short, I created this in Sept in my XHFW thread in this post's attachments
http://forum.xda-developers.com/showpost.php?p=45669212&postcount=476
A few weeks ago, I improved it and posted it in this thread. However, a recently I saw this post on Google+
https://plus.google.com/117734680838440546478/posts/cbXCgnjTAwj
where Matthias Bidlingmeyer had created a similar app with similar name. That is is better than mine in the sense that it has the ability to choose individual activity for the chosen app. It coincidently was posted a few days before my thread was opened. I didnt't know it existed and of course didn't copy it. I hope this would clear things up before the "you copied me" fight starts. If I had known it existed, wouldn't you think I would also implement individual activity support? The other dev does deserve credit. This is purely just a coincidence (sadly)...
Great app
Sent from my SGH-I897 using Tapatalk
Works great on omnirom 4.4.2 for Nexus 10 (Tempest ROM omni-4.4-20131218-manta-TEMPEST )
It's not better if it doesn't do shortcuts. Seriously, how many here understand what each activity in each app does?
churrolakra said:
works great in s3 omega rom when using it as a launcher icon, or through glovebox.. BUT if you want to use LMT launcher that doesnt support system shortcuts but support tasker... launching tasker task--> autoshortcut plugin --> haloshortcut... doesnt work.. the app opens in fullscreen
Click to expand...
Click to collapse
It has to do with the way the plugin handles the created shortcut. So I can't really help you in this
atulclassic said:
how to check intent flag?
Click to expand...
Click to collapse
There is only one flag that is added and that is the halo flag. What flag are you trying to check?
kenkiller said:
edit : oh man, another thanks. Don't tease me...SAY SOMETHING! Or should I keep posting to accumulate thanks?
Click to expand...
Click to collapse
Haha.. Nice plan to accumulate thanks
kenkiller said:
It's not better if it doesn't do shortcuts. Seriously, how many here understand what each activity in each app does?
Click to expand...
Click to collapse
See the attachments for a screenshot of his app. For example you could create a shortcut to go directly to the WifiSettings instead of the main Settings page when you have to do one extra step. An Activity is the proper Android term for a "page" (not really a page but I can't think of a better word)