Miłosz Sieradzki
fd7cc30470
Fix checks to allow both HTTP and HTTPS URLs
2015-11-03 22:28:54 +01:00
Miłosz Sieradzki
5059a3d01b
Fix methods from SHelper
...
Both Google and Facebook force HTTPS-only traffic for years.
2015-11-03 22:28:07 +01:00
Miłosz Sieradzki
bfc6c3dadc
Migrate all trafic to Google services to HTTPS
2015-11-03 22:21:19 +01:00
Anthony Restaino
9a9a06fe7b
Add support for multiple languages in search suggestions
2015-11-01 17:25:40 -05:00
Anthony Restaino
23dc83fb6a
Fixed bug where you could add generated html pages as bookmarks
2015-11-01 16:00:28 -05:00
Anthony Restaino
d66f5e4c17
Remove headers in case the setting is disabled after being enabled
2015-10-30 23:43:25 -04:00
Anthony Restaino
6df7cdf331
Corrected variable names.
2015-10-30 23:38:14 -04:00
Anthony Restaino
7a0c79d11e
Add support to remove identifying headers, add support for DNT header requests
2015-10-30 23:33:35 -04:00
Anthony Restaino
4e3193bfc8
Fix bug where you couldn't turn flash on on supported devices
2015-10-30 20:43:15 -04:00
Anthony Restaino
5dfc948fd3
Fix issue where warning dialog was not shown for local files in some cases
2015-10-30 20:14:01 -04:00
Anthony Restaino
80ac1928c1
Fixed bug where the homepage file url was showing
2015-10-29 23:35:58 -04:00
Anthony Restaino
441b189fad
Merge pull request #321 from pejakm/srupd
...
Update Serbian
2015-10-29 19:07:05 -04:00
Anthony Restaino
dc188c54e3
Merge pull request #319 from ByteHamster/dev
...
Workaround for #270
2015-10-29 19:05:44 -04:00
Mladen Pejaković
2abf75b669
Update Serbian
2015-10-26 19:59:41 +01:00
Anthony Restaino
f2aa6d6e5c
Properly destroy WebView
2015-10-24 14:32:39 -04:00
ByteHamster
32d36f3687
Disabled scaling on bookmarks page
2015-10-22 22:15:10 +02:00
ByteHamster
8169294c80
Workaround for #270
...
In my opinion, it is neccessary for a browser to open local files.
Because local files might be a security risk,
ask the user before opening a local file.
2015-10-22 22:11:34 +02:00
Anthony Restaino
7aaf6d1771
Fixed memory leak
2015-10-21 22:45:20 -04:00
Anthony Restaino
34312bb988
Switch to grant library for permissions handling
2015-10-21 21:42:22 -04:00
Anthony Restaino
94b69fd328
Update to latest support libraries, move permissions stuff to separate package
2015-10-18 15:15:36 -04:00
Anthony Restaino
fd8cfb7031
Mistakenly removed build tools 22 that netcipher relies on
2015-10-17 23:13:37 -04:00
Anthony Restaino
fc93858918
Switched to correct build tools
2015-10-17 23:09:59 -04:00
Anthony Restaino
c0ce7e74bd
Tryin 2 fix travis ci. local builds aren't failing with lint errors :(
2015-10-17 23:05:33 -04:00
Anthony Restaino
13c6594e0c
Removed redundant character escapes to fix lint errors.
2015-10-17 22:12:07 -04:00
Anthony Restaino
bf4c90b121
Fixed bugs in showTab, attempt to improve full-screen video handling.
2015-10-17 21:50:52 -04:00
Anthony Restaino
9f755aeed7
Fixed bug where opening a URL in the browser wouldn't work, refactored the ui controller, fixed bad database practices.
2015-10-17 13:59:51 -04:00
Anthony Restaino
e707e338ef
Fixed new bug where browser wouldn't close on new intent. Fixed potential vuln in downloading code. Formatted some code.
2015-10-15 23:23:04 -04:00
Anthony Restaino
7bba86d963
Fixed recently introduced UI bug in desktop tab mode.
2015-10-15 22:45:56 -04:00
Anthony Restaino
577efb76a4
Fixed security vulnerability in the intent selector
2015-10-15 22:11:24 -04:00
Anthony Restaino
1c96b62eb6
Add back SSL error detection that was removed, fixed static analysis warnings.
2015-10-15 21:45:54 -04:00
Anthony Restaino
72ee377a35
Fixed more bugs recently introduced. Hardened asynctasks against memory leaks. Fixed some other stuff
2015-10-15 20:24:04 -04:00
Anthony Restaino
88549bf156
Fixed number of UI bugs recently introduced in Tabs changes merge from S. Pacifici
2015-10-14 23:58:47 -04:00
Anthony Restaino
ce0e02585c
Document the PermissionsManager
2015-10-14 23:23:04 -04:00
Anthony Restaino
99e4773e45
Preliminary fix for permissions, fixed a new crash, formatted some code
2015-10-14 22:55:39 -04:00
Anthony Restaino
159053841a
Add dex counter, fixed new bugs in bookmarks, fixed bug in bookmark sync, todo fix downloading bug
2015-10-14 21:21:51 -04:00
Anthony Restaino
5d55e480c9
Merge pull request #296 from stefano-cliqz/experimental_tabs
...
Experimental tabs
2015-10-09 19:47:50 -04:00
Stefano Pacifici
367f2a09d7
Merge branch 'dev' of github.com:anthonycr/Lightning-Browser into experimental_tabs
2015-10-09 14:55:27 +02:00
Stefano Pacifici
a3f3fbd401
Improving the #296 pull request
2015-10-09 12:36:08 +02:00
Anthony Restaino
d3867d29bd
Be more clear on code style
2015-10-08 20:08:15 -04:00
Anthony Restaino
c04cff510b
Merge branch 'master' into dev
2015-10-07 22:07:54 -04:00
Anthony Restaino
d7017789f6
Merge branch 'dev' of https://github.com/anthonycr/Lightning-Browser into dev
2015-10-07 22:07:29 -04:00
Anthony Restaino
3c51870486
Removed commented out line that was being compiled...
...
seriously, every time I compiled the free version this line got compiled
as if it wasn't commented out. Regardless, it doesn't need to be there.
2015-10-07 22:07:22 -04:00
Anthony Restaino
f3a9a9a46d
Merge pull request #307 from ByteHamster/dev
...
Added 'home' button to tab drawer, German translation updates
2015-10-07 21:51:51 -04:00
ByteHamster
741d389da4
Updated German translation
2015-10-06 19:25:49 +02:00
ByteHamster
b8058ad345
Added 'home' button to tab drawer
2015-10-06 19:07:52 +02:00
Anthony Restaino
0672b87ec7
Added trello board info
2015-10-05 20:05:33 -04:00
Stefano Pacifici
ab7273106f
Merge branch 'dev' of github.com:anthonycr/Lightning-Browser into experimental_tabs
2015-10-05 17:56:12 +02:00
Anthony Restaino
b3cec67313
Added more download options
2015-10-03 16:03:01 -04:00
Anthony Restaino
36860cc848
Merge pull request #303 from MarkThat/dev
...
Translated from scratch
2015-10-03 15:51:09 -04:00
Anthony Restaino
0c467d5bfe
Merge pull request #302 from kuc/update-polish-translations
...
Update Polish translations
2015-10-03 15:50:21 -04:00