Giter VIP home page Giter VIP logo

facepunchdroid's People

Contributors

dacoolx avatar dasmikko avatar scrxtchy avatar timvdlinde avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

facepunchdroid's Issues

Way to temporarily remove styling

On option in the top right menu to toggle the mobile styling would be nice if you want to see something you don't often need like ratings or join dates

Unable to quickly access PMs in app

There is no quick way to view private messages in the app. If I find my way to the page for PMs, everything is scrunched to the side of the page due to the user settings and inbox tabs. Messages are unreadable. Currently running on an LG G4 H812 with Android 6.0

Image only thread view

Open thread on Image only mode, and make all images swipe-able.

Should be possible though a Javascript Interface

Thanks to FP user DrKinkyKinkles for the idea!

Top right menu options

Open in browser and copy page url would be useful

Was trying to link broken page but couldn't get the url

Smiley selector does not function correctly

Since the full list of smileys opens a separate window on desktop, on mobile it just goes to that page, which not only removes what you were writing but also doesn't even let you tap a smiley to put it into the reply box.

My suggestion would be to make some special smiley selector for when somebody tries to open the full smiley list.

CSS Issue

unsure how to describe this
but you can clearly see a lot of the elements are out of whack under initial postbit

Testing that UA works with new facepunch icon

I'm having a little trouble testing, that the UA icon for Facepunch works.

It seems to work with my phone, but I'm unsure if it works with other phones.

Could someone help me test this?
And if yes, use the latest version from Google Play v1.3.3

Navigation Drawer Icons

Could you make the icons in the navigation drawer a lighter colour? The material design guidelines state that the icons in the drawer should be 54% #000000. I think that roughly ends up being #8a8a8a. Thanks

Support for 4.2.2

My device which is a Huawei Y320-U10 is stuck on 4.2.2. Would be nice to have support for 4.2.X devices.

Native pagination

Have a bottom toolbar that allows to navigate pages in threads and forums

Pull down to refresh

Commonly seen in apps, especially apps with material design, pulling down from the top of a window lets you refresh. Currently you can't drag from the top of the page to refresh.

http://imgur.com/UWrUEFp

Long thread titles break things!

Threads with long titles sort of flow out of the white top area.

There's also another issue where the page count bar seems to be busted in this particular thread but other threads with long titles don't seem to break the page count bar.

On Nexus 5 (2013) running 6.0.1

screenshot_20160319-214709

Custom CSS file is not applied

I have a file called x.css in the root of my SD card, the file point is pointing to it, and the switch is turned on, however with no attempt at the current state of code was I able to apply a custom file

                    if(useCustomStyles) {
                        if(sharedPref.contains("custom_style_file")) {
                            String filePath = sharedPref.getString("custom_style_file", "");
                            Log.d("CUSTOM CSS", String.valueOf(Uri.parse(filePath)));
                            String userCustomCSS = customCSS.readFromSDcard(sharedPref.getString("custom_style_file", ""));
                            String injectUserCSS = "javascript:var css=\"" + userCustomCSS + "\",head=document.head;style=document.createElement(\"style\"),style.type=\"text/css\",style.appendChild(document.createTextNode(css)),head.appendChild(style);";
                            Log.d("Injected css", injectUserCSS);
                            view.loadUrl(injectUserCSS);
                        }

                    }

Stepping through the debugger, I hit True with the useCustomStyles, but I do not pass sharedPref.contains("custom_style_file")
Looking at the XML prefs. file I can see why this is happening

<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
    <boolean name="enable_custom_styles" value="true" />
</map>
root@hammerhead:/ #

Donations URL Language

for the sake of dominance in language and facepunch's userbase
I noticed that Donate button was removed from the menu, but is still in the code (and gives a error because the Resource doesn't exist in menu xml
The webpage loads in Danish, which may be too confusing for the masses
The fix I found to be to change the default location to anything english, USA, UK etc.

If it's ever considered to be implemented back in, I'd suggest using
lc=US instead of lc=DK
If the user lives in a different country, the page will load their language when they chose it from the combo box in paypal (or login)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.