Thunderbottom / UltimateBrowserProject

android browser based on webview
http://bit.ly/XDAUBP
162 stars 59 forks source link

TO DO #69

Closed xdevs23 closed 8 years ago

xdevs23 commented 8 years ago

Here is everything what needs to be done and what has been recently finished.

Use following formatting:

 - [ ] something to do
 - [x] something finished

Just edit this comment and change the content below:


TO DO:

To fix:

To do:

Code status: Waiting for native updater to be completed and bugs to be fixed

xdevs23 commented 8 years ago

Yes, good idea, I was already thinking about it.

And I always try to code it in a way, which lets me easily change it without messing it up completely.

I create "modules", create more tiny methods/functions and put everything together.

And I try to make it unique. So I use RelativeLayout for everything, which makes the work a lot easier.

However, let us post a thread on XDA.

xdevs23 commented 8 years ago

My browser should be ready for first release within a week, but it doesn't have to.

Thunderbottom commented 8 years ago

Well, the most important thing is to comment some stuff which you might not remember later on, this is what I've learnt from everything I've done, and now I make sure to comment on what it does whenever I write any methods.

Thunderbottom commented 8 years ago

Do you have any beta kinda thing ready? I can give it a go for you.

xdevs23 commented 8 years ago

And in your code you say that the file chooser doesn't work on some android versions but on the app I made for my school colleagues the file chooser works on any android version. MinSdk is 15 and targetSdk is 23

Thunderbottom commented 8 years ago

It works on most devices, but on some MediaTek devices, idk why it doesn't want to..

xdevs23 commented 8 years ago

After I implemented the updater, you will be able to install latest updates.

Later I will include a possibility to choose whether it should check for beta updates or not.

xdevs23 commented 8 years ago

I have MediaTek and it works on that app ^^

Thunderbottom commented 8 years ago

I'm mostly done with this for now, you can use any code you want for your browser.

Thunderbottom commented 8 years ago

I think you should not work on this for now... Make your browser better instead

xdevs23 commented 8 years ago

Allright, I will add you to contributors, though

Thunderbottom commented 8 years ago

Also, Reddit hates WebView

xdevs23 commented 8 years ago

Yes, that's what I said. Many browsers on Google Play are also only webviews.But in my oppinion, UBP is a great app though!

xdevs23 commented 8 years ago

That's why I decided to use the chromium render engine

Thunderbottom commented 8 years ago

UBP is not that good, how I imagined it would be, but nonetheless I got to learn too much from it. Maybe my next application will be a huge success thanks to this stone :) And yea Chromium render engine is great, gives you a good HTML5 score, but an updated WebView also scores great on that regards.

Thunderbottom commented 8 years ago

Alright, I've closed the forum for good and added your application in the discussion, hope it'll be a good start for you :)

xdevs23 commented 8 years ago

Thanks