]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/history - app/src/main/java/com/stoutner/privacybrowser/Webview.java
Add a ternary operator to unformattedUrl.get() to remove a warning about possible...
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / Webview.java
2015-10-29 Soren StoutnerAdd a ternary operator to unformattedUrl.get() to remov...
2015-10-29 Soren StoutnerScale favoriteIcon to 64 x 64 pixels.
2015-10-29 Soren StoutnerFix the updating of urlTextBox.
2015-10-24 Soren StoutnerAdd the favorite icon to the addressBarLinearLayout.
2015-10-23 Soren StoutnerBegin working on the favorite icon.
2015-10-22 Soren StoutnerRemove the "Go" button.
2015-10-22 Soren StoutnerAdd icons to the menu items.
2015-10-22 Soren StoutnerUpdate urlTextBox when the forward or back buttons...
2015-10-15 Soren StoutnerImplement swipe to refresh.
2015-10-09 Soren StoutnerAllow search from the URL bar.
2015-10-08 Soren StoutnerAdd menu entry for home.
2015-09-26 Soren StoutnerConvert full intent Uri to formattedUrlString.
2015-09-24 Soren StoutnerUpdate formattedUrlString on click.
2015-09-24 Soren StoutnerUpdate progressBar before changing visibility.
2015-09-24 Soren StoutnerUpdate urlTextBox on click.
2015-09-17 Soren StoutnerImplement a progress bar and switch the style to a...
2015-09-16 Soren StoutnerImplement setWebViewClient to allow Privacy Browser...
2015-09-11 Soren StoutnerInitial commit.