[App] SWE Browser

Should I put this on the Play Store?

  • Yes, would contribute to playstore fund

    Votes: 95 53.7%
  • Yes, would not contribute to playstore fund

    Votes: 31 17.5%
  • No, just leave it as apk

    Votes: 51 28.8%

  • Total voters
    177

hassan_1000

Senior Member
Apr 8, 2014
875
233
63
It seems that this browser won't download any files.
I also experienced this but found a way. On the link long press on it and click open then it'll download. Using this browser, I can't upload images or attachments to XDA. Anyone else got this problem or just me?!
 

xodeus

Senior Member
Mar 13, 2010
606
84
58
Fredericia
xodeus.dk
I'm on cm11s too and it's stable and very fast.
Sorry this is not me asking for eta's but how often are you planning to update this build?

Maybe you can explain how to compile it? A little how to. Thanks.
 

magic_man

Senior Member
Sep 16, 2007
134
227
0
I'm on cm11s too and it's stable and very fast.
Sorry this is not me asking for eta's but how often are you planning to update this build?

Maybe you can explain how to compile it? A little how to. Thanks.

Actually I wouldn't follow this guide

https://www.codeaurora.org/xwiki/bin...apdragon/Build

Do this first:
git clone git://codeaurora.org/quic/chrome4sdp/chromium/tools/depot_tools.git
$ export PATH="$PATH":`pwd`/depot_tools
You may want to add this to your .bashrc file or your shell's equivalent so that you don’t need to reset your $PATH manually each time you open a new shell.

Follow the instructions on here:
https://www.codeaurora.org/xwiki/bin/Chromium+for+Snapdragon/2125_build_instructions

However after you get the code (sync) I would do the following:

cd src
build/install-build-deps.sh
build/install-build-deps-android.sh
If something is missing use apt-get to install.

I would highly recommend Ubuntu 12.04.

Also make sure you use the build tools associate with the latest branch otherwise you might end up with errors.

Also I looked at some of the stuff they added to build since I last built it and doesn't sound that great.
 

magic_man

Senior Member
Sep 16, 2007
134
227
0
For example?
Add support for enabling strict mode via command line.
Fix incorrect saving of http auth username/password
Fix white flash screen on pressing home key.
Preserve state when restoring tabs
Use overlay for download path selection
Added more details to crash log report
Fix for handling download path
Add vertical scrolling for displaying URL.
Fix 'toolbar_height' for tablets.
Fixed Tablet UI video playback fullscreen mode
Fixed clearing of browser's stored data
Start background tabs hidden
Add Full Immersive Mode support for API 19+
Fixed problem with browser menu back navigation
Recalculate layer transparent regions when TitleBar is hidden/shown
Fixed browser crash on tablet for bookmark navigation
Fixed forward button navigation in browser tablet UI
 

cornholington

New member
Jul 20, 2011
2
0
0
Add support for enabling strict mode via command line.
Fix incorrect saving of http auth username/password
Fix white flash screen on pressing home key.
Preserve state when restoring tabs
Use overlay for download path selection
Added more details to crash log report
Fix for handling download path
Add vertical scrolling for displaying URL.
Fix 'toolbar_height' for tablets.
Fixed Tablet UI video playback fullscreen mode
Fixed clearing of browser's stored data
Start background tabs hidden
Add Full Immersive Mode support for API 19+
Fixed problem with browser menu back navigation
Recalculate layer transparent regions when TitleBar is hidden/shown
Fixed browser crash on tablet for bookmark navigation
Fixed forward button navigation in browser tablet UI
These all look like good fixes to have. Do you mean that these issues concern you or ... ?