Closed xdevs23 closed 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.
My browser should be ready for first release within a week, but it doesn't have to.
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.
Do you have any beta kinda thing ready? I can give it a go for you.
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
It works on most devices, but on some MediaTek devices, idk why it doesn't want to..
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.
I have MediaTek and it works on that app ^^
I'm mostly done with this for now, you can use any code you want for your browser.
I think you should not work on this for now... Make your browser better instead
Allright, I will add you to contributors, though
Also, Reddit hates WebView
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!
That's why I decided to use the chromium render engine
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.
Alright, I've closed the forum for good and added your application in the discussion, hope it'll be a good start for you :)
Thanks
Here is everything what needs to be done and what has been recently finished.
Use following formatting:
Just edit this comment and change the content below:
TO DO:
To fix:
ActivityThread.performResumeActivity()
To do:
Code status: Waiting for native updater to be completed and bugs to be fixed