]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/log
PrivacyBrowserAndroid.git
9 years agoSupport Duck Duck Go searches with JavaScript disabled.
Soren Stoutner [Sat, 30 Jan 2016 06:30:37 +0000 (23:30 -0700)]
Support Duck Duck Go searches with JavaScript disabled.

9 years agoSet toggleJavaScript MenuItem as showAsAction="always". Update AboutDialog to close...
Soren Stoutner [Sat, 30 Jan 2016 00:16:53 +0000 (17:16 -0700)]
Set toggleJavaScript MenuItem as showAsAction="always".  Update AboutDialog to close on URL load.

9 years agoCreate Clear Dom Storage and Exit menu items and set launchMode="SingleTask".
Soren Stoutner [Thu, 28 Jan 2016 05:07:43 +0000 (22:07 -0700)]
Create Clear Dom Storage and Exit menu items and set launchMode="SingleTask".

9 years agoDeactavite Back and Forward when they can't be used.
Soren Stoutner [Thu, 28 Jan 2016 02:54:31 +0000 (19:54 -0700)]
Deactavite Back and Forward when they can't be used.

9 years agoCreate Cookie menu options.
Soren Stoutner [Wed, 27 Jan 2016 23:44:43 +0000 (16:44 -0700)]
Create Cookie menu options.

9 years agoCreate code to toggle Save Form Data, but disable it until database storage is implem...
Soren Stoutner [Wed, 27 Jan 2016 22:23:29 +0000 (15:23 -0700)]
Create code to toggle Save Form Data, but disable it until database storage is implemented.

9 years agoAdd a menu item to toggle DOM Storage.
Soren Stoutner [Wed, 27 Jan 2016 20:54:51 +0000 (13:54 -0700)]
Add a menu item to toggle DOM Storage.

9 years agoAdd a menu item to toggle JavaScript.
Soren Stoutner [Sun, 24 Jan 2016 03:48:35 +0000 (20:48 -0700)]
Add a menu item to toggle JavaScript.

9 years agoRemove webview error message toast.
Soren Stoutner [Fri, 22 Jan 2016 20:06:27 +0000 (13:06 -0700)]
Remove webview error message toast.

9 years agoAdd email address to copyright headers.
Soren Stoutner [Tue, 29 Dec 2015 03:30:12 +0000 (20:30 -0700)]
Add email address to copyright headers.

9 years agoAdd copyright and GPLv3+ licensing information. Create an About AlertDialog.
Soren Stoutner [Tue, 29 Dec 2015 00:22:20 +0000 (17:22 -0700)]
Add copyright and GPLv3+ licensing information.  Create an About AlertDialog.

9 years agoCreate an "Add to Home Screen" AlertDialog.
Soren Stoutner [Thu, 17 Dec 2015 05:36:17 +0000 (22:36 -0700)]
Create an "Add to Home Screen" AlertDialog.

9 years agoEnable full screen video.
Soren Stoutner [Wed, 9 Dec 2015 23:57:34 +0000 (16:57 -0700)]
Enable full screen video.

9 years agoRemove unnecessary imports.
Soren Stoutner [Wed, 2 Dec 2015 22:11:58 +0000 (15:11 -0700)]
Remove unnecessary imports.

9 years agoEnable downloading of files.
Soren Stoutner [Wed, 2 Dec 2015 22:05:01 +0000 (15:05 -0700)]
Enable downloading of files.

9 years agoRefine progressBar height. Create onReceivedError toast.
Soren Stoutner [Wed, 2 Dec 2015 18:22:20 +0000 (11:22 -0700)]
Refine progressBar height.  Create onReceivedError toast.

9 years agoBump minSdkVersion from 8 to 10.
Soren Stoutner [Thu, 19 Nov 2015 22:32:02 +0000 (15:32 -0700)]
Bump minSdkVersion from 8 to 10.

9 years agoRemove the static member variables, converting two of them to private member variables.
Soren Stoutner [Thu, 19 Nov 2015 22:26:34 +0000 (15:26 -0700)]
Remove the static member variables, converting two of them to private member variables.

9 years agoAdd menu items for copy, paste, and share URL.
Soren Stoutner [Thu, 19 Nov 2015 20:57:47 +0000 (13:57 -0700)]
Add menu items for copy, paste, and share URL.

10 years agoRemove app bar scrolling because it broke pinch to zoom and some web pages.
Soren Stoutner [Thu, 12 Nov 2015 03:38:44 +0000 (20:38 -0700)]
Remove app bar scrolling because it broke pinch to zoom and some web pages.

10 years agoRemove swipe to refresh and add app bar scrolling (which appear to not be compatible...
Soren Stoutner [Thu, 12 Nov 2015 03:16:58 +0000 (20:16 -0700)]
Remove swipe to refresh and add app bar scrolling (which appear to not be compatible when using a webview).  Add a refresh menu entry.

10 years agoAdd some TODOs for scrolling the app bar.
Soren Stoutner [Thu, 29 Oct 2015 23:56:44 +0000 (16:56 -0700)]
Add some TODOs for scrolling the app bar.

10 years agoMove favoriteIcon, urlTextBox, and progressBar to a custom view in the app bar.
Soren Stoutner [Thu, 29 Oct 2015 23:09:50 +0000 (16:09 -0700)]
Move favoriteIcon, urlTextBox, and progressBar to a custom view in the app bar.

10 years agoUpdate the launcher and the default favorite icons.
Soren Stoutner [Thu, 29 Oct 2015 21:35:13 +0000 (14:35 -0700)]
Update the launcher and the default favorite icons.

10 years agoSuppress Android Studio's SetJavaScriptEnabled warning.
Soren Stoutner [Thu, 29 Oct 2015 21:02:19 +0000 (14:02 -0700)]
Suppress Android Studio's SetJavaScriptEnabled warning.

10 years agoAdd a ternary operator to unformattedUrl.get() to remove a warning about possible...
Soren Stoutner [Thu, 29 Oct 2015 20:57:19 +0000 (13:57 -0700)]
Add a ternary operator to unformattedUrl.get() to remove a warning about possible null pointer exceptions.

10 years agoScale favoriteIcon to 64 x 64 pixels.
Soren Stoutner [Thu, 29 Oct 2015 16:00:22 +0000 (09:00 -0700)]
Scale favoriteIcon to 64 x 64 pixels.

10 years agoFix the updating of urlTextBox.
Soren Stoutner [Thu, 29 Oct 2015 15:44:32 +0000 (08:44 -0700)]
Fix the updating of urlTextBox.

10 years agoAdd the favorite icon to the addressBarLinearLayout.
Soren Stoutner [Sat, 24 Oct 2015 07:44:55 +0000 (00:44 -0700)]
Add the favorite icon to the addressBarLinearLayout.

10 years agoBegin working on the favorite icon.
Soren Stoutner [Fri, 23 Oct 2015 17:11:28 +0000 (10:11 -0700)]
Begin working on the favorite icon.

10 years agoRemove label from the action bar.
Soren Stoutner [Thu, 22 Oct 2015 23:30:15 +0000 (16:30 -0700)]
Remove label from the action bar.

10 years agoRemove the "Go" button.
Soren Stoutner [Thu, 22 Oct 2015 22:59:10 +0000 (15:59 -0700)]
Remove the "Go" button.

10 years agoAdd icons to the menu items.
Soren Stoutner [Thu, 22 Oct 2015 22:27:37 +0000 (15:27 -0700)]
Add icons to the menu items.

10 years agoUpdate urlTextBox when the forward or back buttons are pressed.
Soren Stoutner [Thu, 22 Oct 2015 20:50:17 +0000 (13:50 -0700)]
Update urlTextBox when the forward or back buttons are pressed.

10 years agoImplement swipe to refresh.
Soren Stoutner [Thu, 15 Oct 2015 21:49:49 +0000 (14:49 -0700)]
Implement swipe to refresh.

10 years agoMove the progress bar from the top of the WebView to the bottom of the address bar.
Soren Stoutner [Thu, 15 Oct 2015 17:12:34 +0000 (10:12 -0700)]
Move the progress bar from the top of the WebView to the bottom of the address bar.

10 years agoAllow search from the URL bar.
Soren Stoutner [Fri, 9 Oct 2015 04:04:21 +0000 (21:04 -0700)]
Allow search from the URL bar.

10 years agoAdd menu entry for home.
Soren Stoutner [Thu, 8 Oct 2015 22:12:39 +0000 (15:12 -0700)]
Add menu entry for home.

10 years agoConvert full intent Uri to formattedUrlString.
Soren Stoutner [Sat, 26 Sep 2015 20:04:21 +0000 (13:04 -0700)]
Convert full intent Uri to formattedUrlString.

10 years agoAdd comments to the .xml files.
Soren Stoutner [Sat, 26 Sep 2015 19:51:33 +0000 (12:51 -0700)]
Add comments to the .xml files.

10 years agoAdd android.intent.category.BROWSABLE.
Soren Stoutner [Fri, 25 Sep 2015 00:03:38 +0000 (17:03 -0700)]
Add android.intent.category.BROWSABLE.

10 years agoSet app to handle orientation changes internally.
Soren Stoutner [Thu, 24 Sep 2015 23:59:31 +0000 (16:59 -0700)]
Set app to handle orientation changes internally.

10 years agoUpdate formattedUrlString on click.
Soren Stoutner [Thu, 24 Sep 2015 23:22:09 +0000 (16:22 -0700)]
Update formattedUrlString on click.

10 years agoUpdate progressBar before changing visibility.
Soren Stoutner [Thu, 24 Sep 2015 23:15:45 +0000 (16:15 -0700)]
Update progressBar before changing visibility.

10 years agoUpdate urlTextBox on click.
Soren Stoutner [Thu, 24 Sep 2015 23:09:27 +0000 (16:09 -0700)]
Update urlTextBox on click.

10 years agoImplement a progress bar and switch the style to a light action bar.
Soren Stoutner [Thu, 17 Sep 2015 02:44:27 +0000 (19:44 -0700)]
Implement a progress bar and switch the style to a light action bar.

10 years agoImplement setWebViewClient to allow Privacy Browser to follow links.
Soren Stoutner [Wed, 16 Sep 2015 20:14:33 +0000 (13:14 -0700)]
Implement setWebViewClient to allow Privacy Browser to follow links.

10 years agoBuild files updated by upgrade to Android Studio 1.3.2.
Soren Stoutner [Fri, 11 Sep 2015 06:18:10 +0000 (23:18 -0700)]
Build files updated by upgrade to Android Studio 1.3.2.

10 years agoInitial commit.
Soren Stoutner [Fri, 11 Sep 2015 05:50:04 +0000 (22:50 -0700)]
Initial commit.