Anthony Restaino
73b367053c
Speed up the retrieval of search suggestions from the database.
...
Since the maximum amount of displayed suggestions is set at 5, it makes
sense to limit the query to a maximum of 5. This speeds up the query
significantly which makes queries more responsive.
2015-01-05 21:20:25 -05:00
Anthony Restaino
e8897d43bf
Merge pull request #161 from karolba/no-zoom-in-internal-pages
...
Not allow to zoom in the internal pages.
2015-01-05 20:18:31 -05:00
Anthony Restaino
4c76f945f6
Merge pull request #159 from karolba/fix-kitkat-upload-bug
...
Fix bug with uploading files on KitKat
2015-01-05 20:16:30 -05:00
Anthony Restaino
06902d98d8
Merge pull request #160 from karolba/translation-pl
...
Add Polish translations
2015-01-05 20:14:24 -05:00
Anthony Restaino
1eb7156dd3
Merge pull request #165 from uberspot/master
...
add greek translation
2015-01-05 19:41:13 -05:00
uberspot
2e32454bb2
add greek translation
2015-01-05 23:02:53 +02:00
Karol Barenicki
eacce41e96
Fix a typo
2015-01-03 18:25:13 +01:00
Karol Barenicki
3510691439
Delete a comment saying that it doesn't work
2015-01-03 04:14:38 +01:00
Karol Barenicki
172ee068ac
Not allow to zoom in the internal pages.
...
This commit prevents an user from zooming in the Home Page, Bookmarks
Page and History Page.
On some devices, for examlpe, some tablets with low dpi, tapping the
search bar in the Home Page would zoom the browser in about 25% and then
open the keyboard. That looks weird.
Also, the Lightning Browser does not allow zooming in the Settings menu
and the Tabs/Bookmarks sidebars. Allowing the user to zoom in one place
of the UI and not in the other is inconsitent.
2015-01-03 01:49:35 +01:00
Karol Barenicki
b8a592a593
Add Polish translations
...
Adds missing Polish translations for the new settings layout.
2015-01-03 00:40:32 +01:00
karolba
8b10d37348
Fix formating
2015-01-02 21:47:04 +01:00
Karol Barenicki
ef78e13c93
Fix bug with uploading files on KitKat
...
This commit fixes #81 . The bug was caused by Proguard messing with the
code. This commit adds a simple Proguard rule that prevents it from
doing so.
2015-01-02 21:03:15 +01:00
Anthony Restaino
a1fcf332ac
Fixed Travis build errors with unused string resources
2015-01-01 18:13:46 -05:00
Anthony Restaino
bab385e394
Added link to git submodule info
2015-01-01 18:02:43 -05:00
Anthony Restaino
bbd21d8351
Update git submodule for Lollipop support
2015-01-01 17:59:47 -05:00
Anthony Restaino
1e8e78e6d7
Reversed search arrow direction to be more intuitive
2014-12-31 14:43:17 -05:00
Anthony Restaino
f06170ebfd
Merge pull request #154 from DF1E/add-searchbar
2014-12-31 13:12:37 -05:00
Anthony Restaino
6a7b4bfe68
Manual merge of Settings changes from @pejakm due to merge conflicts
2014-12-31 12:56:33 -05:00
Anthony Restaino
b19dcb1dc3
Merge pull request #146 from karolba/no-popup-while-zooming
...
Not show a popup when zooming using only one finger.
2014-12-31 12:06:49 -05:00
Anthony Restaino
436c2130d2
Merging Simplified and Traditional Chinese translations from @ageback master
2014-12-31 11:57:45 -05:00
Anthony Restaino
b61b895b49
Added
2014-12-29 19:54:41 -05:00
Anthony Restaino
250fdc01e4
Fixed more syntax errors
2014-12-29 17:28:20 -05:00
Anthony Restaino
55a044ab3d
Fixed syntax error
2014-12-29 16:58:09 -05:00
Anthony Restaino
c850fd9313
Merge pull request #144 from astrone/patch-1
...
Update strings.xml
2014-12-29 16:56:13 -05:00
Anthony Restaino
c5b7926645
Merge pull request #141 from arhiv6/ru_translation_update
...
Update Russian translation
2014-12-29 16:53:36 -05:00
Anthony Restaino
49c92662a3
Merge pull request #138 from irfantogluk/patch-1
...
Turksih translation updated.
2014-12-29 16:53:18 -05:00
Anthony Restaino
187855bdae
Merge pull request #128 from Javran/agent-picker-memorize
...
make the agent picker remember the previous value
2014-12-29 16:48:57 -05:00
Anthony Restaino
e115a4b089
Merge pull request #126 from User99gmxat/master
...
Update German translation
2014-12-29 16:48:23 -05:00
Karol Barenicki
723331fc7b
Fixes popup when zooming using only one finger.
...
When a user was zooming using the "double tap and while holding swipe
up/down" gesture, the "Open/Download/New Tab" dialog would be shown,
ending the zooming gesture, what made zooming using that gesture
impossible. This commit fixed that issue.
2014-12-02 23:44:33 +01:00
astrone
22ca606dc0
Update strings.xml
...
Added more translations.
2014-11-26 21:38:01 +01:00
Verkhovin Vyacheslav
a97472d60a
Update Russian translation
2014-11-13 03:46:29 +06:00
IRFN
0d2bbb60b4
Turksih translation updated.
...
Turkish translation updated with new strings.
2014-11-06 19:03:33 +02:00
Anthony Restaino
65cea013c9
Merge pull request #122 from pejakm/srupd
...
[Translations] Updated Serbian
2014-10-14 21:25:01 -04:00
Javran Cheng
660d4f0e04
make the agent picker remember the previous value
...
Saying you might sometimes accidentally click "yes"
when editing user agent string and then the previous setting
goes away or there is a typo in the customized string
and you want to modify it slightly.
And making the agent picker remember the previous value
solves all the problems above :)
2014-10-02 11:46:56 -04:00
User99gmxat
f9067a9821
Update German translation
2014-09-19 20:29:15 +02:00
Mladen Pejaković
2cdc83462f
[Translations] Updated Serbian
2014-09-12 13:32:56 +02:00
Anthony Restaino
179a4c2420
Refactored drawer variable to be inline with correct naming
2014-09-04 09:03:12 -04:00
Anthony Restaino
cf053854c5
Formatting
2014-09-04 09:02:30 -04:00
Anthony Restaino
4e9c91643a
Fixed Italian translation
2014-09-04 09:02:21 -04:00
Anthony Restaino
f9054d156d
Change to use Linux Desktop user-agent instead of windows
2014-09-02 12:18:24 -04:00
Anthony Restaino
2f0dda06ee
Revert useless changes
2014-09-01 21:26:54 -04:00
Anthony Restaino
25a1b86307
Add BookmarkActivity that allows centralized management of bookmarks
2014-09-01 21:01:18 -04:00
Anthony Restaino
e92ad4303b
Make history deletion more efficient
2014-09-01 09:44:06 -04:00
Anthony Restaino
b9aed893ef
Fixed: Stay inside incognito mode even when URL could be loaded externally
2014-08-31 21:59:54 -04:00
Anthony Restaino
0e226a821e
Reduce file size
2014-08-27 21:48:25 -04:00
Anthony Restaino
d3da19a261
Fixed crash on API < 16
2014-08-27 21:39:18 -04:00
Anthony Restaino
cd0d9e2d94
Removed debug log from searchAdapter
2014-08-27 10:20:00 -04:00
Anthony Restaino
e3944f798f
Rename id of left drawer to be consistent with right
2014-08-27 10:19:49 -04:00
Anthony Restaino
a4d12ab2d3
Changing style of actionbar in settings
...
Necessary change in order to use actionbar overlay for full screen
2014-08-27 10:19:26 -04:00
Anthony Restaino
83d2e53a25
Add license for NetCipher
2014-08-26 17:07:35 -04:00