-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge android branch - android support and android app/widget #1
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hope it won't end as windows lol
yes, I went away for almost a week so I could try to make this revolutionary thing. still very very WIP and could take some time but we going to be there
…oid app still prefer the makefile for more stability also now ANDROID_APP is a rule instead
…ixes about util and cmake
… + make it work when creating widgets I hope we going to be somewhere
i wanna kms right now. might as well charge people 10 dollars for this application gadamn. jk
* Now you can launch customfetch instance with different command line argument options * Install the assets directory when launching the configuration tool * Change config directory * More android app support for main.cpp
… tags for example when using percentage tags * added a Makefile text when APK was built * hopefully make customfetchConfigureActivity show up faster * make clangd on lunarvim stfu when including jni.h or android/log.h by linking them in useless_stuff/
… the text fix for everytime we add new widgets and the ${auto} colors are the same from the previous widget * fix logo-position=top + modify example_appwidget_preview.png
ok listen: the android widget has a major problem, it doesn't wrap lines in any way. You will have a better experience if you use it on a Tablet, but everyone uses a phone. I'm currently looking for anyone who would suggest a solution to this, either: * a way to "disable" wrapping lines like in a terminal OR * I don't know Now I made this workaround that basically makes the default ascii-logo-type small, since the android_small.txt logo should fit in every phone. Please if you know a way to kinda fix this or improve, or else I wasted almost a month of development to the actual program
ok so we finally found how to truncate text based on the widget width. Now it works out-of-box with android_small.txt, but with others doesn't really well, but it's a thing now. merging soon to main
ok so I've tried some ways to make the text truncate with more efficency, but its really complicated. So let's make it a disable option
I thought that wrap-lines == truncate, instead is the opposite, mb
bro I thought that those 3 lines at the end were some sorts of bug by (idk), but instead it was the android HTML implementation that doesn't understand what a double space is it can be ready to merge now, maybe
…w dialog for external storage permission and also I think workaroud for config when using generateConfig by directly overwritting it.
also some misc changes + save disableWrapLines settings (if it works)
nothing never works right so atp just parse content even if we are configuring the widget
ig global variables are kinda evil
…ation screen scrollable also remove `android:previewLayout="@layout/customfetch"` in `res/xml/customfetch_info.xml` so that it doesn't display as an example the word EXAMPLE, but the image
commit is useless af, just wanted to make this for wishsing everyone an 🎄 happy and joyful christmas 🎅 hoho
was kinda bored so I just made this welp, yesterday was the christmas eve, so today I can wish again everyone an 🎄 happy and joyful Christmas 🎅 hoho
android widget: uncheck radiobuttons by default display: I think some fix for `parse_args.no_more_reset = false` after use
also add new CPU ID for the GPU in android
…ission for showing toasts This is (probably) the last commit for this year, since i'll be away until January 2nd. Thank you so much for all the support for customfetch. I wish you an Happy New Year and hope everything goes well. I hope that the next year, when i'll release 0.11.0 with the android app and support, customfetch will be even more popular than now. Surely android ricers will love this feature. Thank you again and see you next year. Bye Bye :)
Well first commit of year 2025, just came back from vacation, it was aight ngl. As always, here's a big important update, adding translations. Removed from commit bcf0453 because as indeed it useless at the time. Time to bring that back in
yes the app is kinda ugly but whatever, it does it's job. I'll later do the 'about me'
Toni500github
changed the title
Merge android branch
Merge android branch - android support + android app/widget
Jan 5, 2025
Toni500github
changed the title
Merge android branch - android support + android app/widget
Merge android branch - android support and android app/widget
Jan 5, 2025
…ndroid widget also prettify a bit the samsung chip list
* add (again) firstRun and hope this time is going to be accurate * do not parse the main config if just wants to display --help or --list-modules * start using the `binding` variable instead of creating many others * remove bgColor pref * fix optind problems when using `-C` (again)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR for merging the android branch, which contains the android support to be run in termux and the android app/widget. The reason I wanted to make a PR instead of directly merging with
git merge
is because so I could link all the changes into just one line in the changelog of 0.11.0.Also this is why you didn't see anything in the main branch for a while, because every change was only about the android support in the android branch.
Except:
systemInfo_t
for multiple disk, gpu, theme queries instead ofstd::vector
--list-modules