Anthony Restaino
58ca7fa303
Display back and forward buttons on tablets
2015-03-26 18:45:38 -04:00
Anthony Restaino
1f1ed20a7e
Cache search suggestions temporarily so that repeated searches to not waste data requests
2015-03-26 12:37:29 -04:00
Anthony Restaino
8b3da70d92
Rename HistoryDatabase and convert it to a singleton for easier usage. Improved database structure.
2015-03-26 11:09:09 -04:00
Anthony Restaino
f2f6f2761c
Reduce overdraw on dropdown view
2015-03-25 21:56:52 -04:00
Anthony Restaino
ecdf533188
Color mode dynamically lightens colors that are too dark to see
2015-03-25 20:51:29 -04:00
Anthony Restaino
0a4f650869
Switch out "Android Search" for better known Ask.com search
2015-03-24 20:45:34 -04:00
Anthony Restaino
32f4a457bb
Fixed bug where progress bar didn't fade out always
2015-03-24 20:43:25 -04:00
Anthony Restaino
0116481022
Using a smoother progress bar
2015-03-24 16:13:08 -04:00
Anthony Restaino
b87eb5e90e
Merge pull request #199 from DF1E/dev
...
complete german translation
2015-03-23 18:08:07 -04:00
DF1E
3870e8c156
complete german translation
2015-03-14 11:37:10 +01:00
Anthony Restaino
5fb00c08c2
Added in option to change URL display (url, domain, title), and other minor changes
...
Additional changes include removing useless code and making some utility
methods not reliant on Context
2015-02-24 13:52:17 -05:00
Anthony Restaino
f1cc80eb28
Merge pull request #191 from DF1E/fix-readingactivity
...
fix ReadingActivity
2015-02-18 13:54:56 -05:00
DF1E
a21e2f6a7c
fix ReadingActivity
...
I had no problems on stock android but on cyanogenmod I got crashes
without this
2015-02-12 18:28:34 +01:00
Anthony Restaino
971b0cd022
Change Reading mode package name to lower case
2015-02-09 15:46:10 -05:00
Anthony Restaino
d60fe82b4a
Fix lint problems and other code style problems, also fixed sluggish navigation drawer issues
2015-02-09 15:45:40 -05:00
Anthony Restaino
0c57e14f05
Add in proguard protection for Reading Mode (should keep it from crashing)
2015-02-09 15:31:16 -05:00
Anthony Restaino
fa3c784722
Add in attribution to jsoup library
2015-02-09 15:30:50 -05:00
Anthony Restaino
a4878914e2
Remove mdpi assets, just rely on scaled down hdpi versions
2015-02-09 15:30:11 -05:00
Anthony Restaino
db20a4eeac
Fixed problem where progress bar didn't display on 4.0 and 4.1
2015-02-05 20:59:52 -05:00
Anthony Restaino
10668a019b
Added a Reading Mode that can be accessed from the menu
...
Reading Mode utilizes the Snacktory library created by karussel which is
licensed under the Apache 2.0 license.
https://github.com/karussell/snacktory
2015-02-05 15:33:23 -05:00
Anthony Restaino
313f9fb105
Fixed bug where navigation drawers sometimes overlapped
2015-02-05 12:21:16 -05:00
Anthony Restaino
e7dacc9c10
Attempt to fix bug where DrawerArrowDrawable animation gets stuck half way.
...
Also, add a background to indicate that the exit button on a tab is
pressed.
2015-02-05 12:09:39 -05:00
Anthony Restaino
9173e8270a
Merge branch 'dev' of https://github.com/anthonycr/Lightning-Browser into dev
2015-02-04 21:30:29 -05:00
Anthony Restaino
ab134a8927
Fixed bug with Palette API
2015-02-04 21:30:25 -05:00
Anthony Restaino
71471f0718
Merge pull request #182 from karolba/patch-1
...
Update Polish translation in dev branch
2015-02-04 13:54:48 -05:00
karolba
87ee80fc8b
Fix spelling
2015-02-04 17:07:45 +01:00
karolba
29d55ec890
Update Polish translation in dev branch
2015-02-04 09:34:28 +01:00
Anthony Restaino
9eedc19b11
Merge pull request #176 from kuc/fix-travis-build
...
Fix Travis build in dev branch
2015-02-03 08:22:50 -05:00
Miłosz Sieradzki
675df18a7d
Port changes from setup-ant.sh to setup-ant.bat
2015-02-01 18:55:32 +01:00
Miłosz Sieradzki
382cfdbc65
Change libraries to library projects
2015-02-01 18:04:27 +01:00
Miłosz Sieradzki
ddfc5d9334
Finish updating target to android-21
2015-02-01 13:05:40 +01:00
Anthony Restaino
5edbff4f39
Update .travis.yml
2015-01-31 23:36:10 -05:00
Anthony Restaino
86aefa5e54
Update setup-ant.sh
2015-01-31 23:36:05 -05:00
Anthony Restaino
1e647c8e78
Merge pull request #175 from anthonycr/master
...
Merge in travis build script updates
2015-01-31 23:23:03 -05:00
Anthony Restaino
4f1a1f3aa9
Merge pull request #171 from bidu-dw/dev
...
Change several search engine URLs to https
2015-01-31 23:11:22 -05:00
Anthony Restaino
cbfacffff7
Merge pull request #173 from DF1E/dev
...
update german string
2015-01-31 23:09:23 -05:00
Anthony Restaino
ac48ddfbce
Merge pull request #174 from kuc/update-travis-build-script
...
Update Travis build script
2015-01-31 23:05:11 -05:00
Anthony Restaino
489a814f54
Changes to make Incognito mode more secure and less likely to leak data to websites.
...
Changes for Incognito Settings
* Always disable location (even if explicitly set in settings)
* Never save passwords or form data
* Always set mixed content mode to NEVER ALLOW
* Disable DOM storage
2015-01-31 22:36:19 -05:00
Anthony Restaino
43950d4f71
Bug Fixes for rouge Android versions/OEMs that don't behave correctly
2015-01-31 11:01:24 -05:00
Miłosz Sieradzki
76178eddc6
Update Travis build script
2015-01-31 13:47:19 +01:00
DF1E
cec457fc37
update german string
2015-01-31 10:20:08 +01:00
bidu-dw
76ab43743d
Change several search engine URLs to https
...
Yahoo, Bing, Baidu and Yandex support https. Change for more safety.
2015-01-31 12:59:34 +08:00
Anthony Restaino
9ffeecc584
Improve rendering
2015-01-30 22:50:31 -05:00
Anthony Restaino
0e212539e9
Fixed occasional IllegalStateException
2015-01-30 22:50:15 -05:00
Anthony Restaino
6407f1101a
Cache objects to use less memory
2015-01-30 22:49:55 -05:00
Anthony Restaino
03ac2f8b42
Final updates for second Lollipop beta
2015-01-30 21:25:09 -05:00
Anthony Restaino
35c585b3f4
Search adapter shouldnt spawn new worker threads if current ones havent finished
2015-01-29 21:57:39 -05:00
Anthony Restaino
04c4d202b2
Add utility method to help finding favicons
2015-01-29 21:57:19 -05:00
Anthony Restaino
6269325a44
Revert "Revert "Fix miscellaneous lint errors""
...
This reverts commit bd308dead7
.
2015-01-29 21:56:48 -05:00
Anthony Restaino
bd308dead7
Revert "Fix miscellaneous lint errors"
...
This reverts commit 920113b49a
.
2015-01-29 21:56:35 -05:00