-
• #2
Lovely! Just downloaded it and it seems to all work beautifully, agreed on pages though as the doom scroll is a bit difficult to remember where you've stopped and started!
-
• #3
installed and it looks great. miscellaneous and meaningless' didn't appear until logged on - is that normal?
-
• #4
good stuff.
-
• #5
Looks great. Yeah pages are necessary unless it can load last read position. Tried to go in the MTB thread but I can't scroll through 16 years of posts to get to the bottom 🥲
Edit: logged in, now it takes me to last read. Very good
-
• #6
Yeah that's normal. It was recently hidden from non-logged in users. E.g ChatGPT's scrapers, and everyone else trying to train their large language models.
-
• #7
Ah right didn't know that, thanks
-
• #8
Sweet.
Good start. Nice badge.
Ad free :) -
• #9
I'm in, it's good. My main feedback would be adding the reply function.
-
• #10
Awesome work!
-
• #11
Nice touch
1 Attachment
-
• #13
Version 1.0.5 just released, and includes a Conversation context menu with a "Jump to page" feature, amongst other things.
1 Attachment
-
• #14
nice and sleek so far.
-
• #15
just noticed this though that thread is duplicated for some reason. it's the only one I saw
1 Attachment
-
• #16
golf club thread (no edit option) 😉
-
• #17
Now I want to upend my whole world and go Android just for the chance to have lfgss in dark mode.
1 Attachment
-
• #18
Lol I was just thinking the exact same thing
-
• #19
Might just be me but the keyboard doesn't auto capitalise the first letter on the app
-
• #20
Yes, good spot! Fix incoming...
-
• #21
The duplicates happen when the app loads two pages of results, but the back-end changes the order of results between the two requests for those pages, if you see what I mean. I haven't started work on a fix yet, but it's on the radar. @frankenbike noticed that one too.
-
• #22
I'm going to write another app....with black jack and hookers
-
• #23
In fact, forget the app
-
• #24
Another little bug report, the "replied to" part of the comment doesn't have the same character formatting as the username of the comment poster
1 Attachment
-
• #25
Could it open back up on 'today' if I close it on 'today', rather than default to 'home'?
I mentioned this in the Android thread, but it should probably have its own thread, so here it is.
I just published my first Android app: it's a client for LFGSS no less, and it goes by the imaginative name of LFGSS Mobile.
The main features are:
Despite all that, there's still a lot of work to do: Events still need a lot of work, the login experience could be better, etc, etc.
Login is currently achieved by loading LFGSS in a webview. You'll probably have to type your email address in and use the "send me a code" method because as of 2021, Google disallowed their SSO endpoints being loaded in webviews. There's a neater, more native way of doing login, but I'd need help from bossman on that.
It's also open source and available on GitHub, so anyone can build it, extend it, fork it, etc. It's written in Flutter, which is a cross-platform app development framework which uses the Dart language. So although I've only released an Android version, it shouldn't be too much effort to release an iOS version. Extending it to be a universal Microcosm client is also a possibility.