-
Notifications
You must be signed in to change notification settings - Fork 15
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
Catalog - remove inApp native bars #92
Comments
done for the web side. created |
Clean Theme for Android apps. |
The idea of this issue was to propose a Catalog app that was using a maximum of cobalt features. So that people know they can easily have the same app without too much headhaches. I'm not totally against the fact that some theming is done on the native side. But we need to document this if we do so. And what about iOS? There is no theming on iOS... Maybe we can mix both solutions : having the cobalt bars for almost all pages and a special one, plugins for example, themed on native side ? |
You said it yourself: "people know they can easily have the same app with too much headaches" :P I subscribe to your point about the documentation ;) On iOS, there is no theming definition like on Android. I would propose the totally opposite ;) I have already planned this morning to merge develop in |
…n on develop. Update common Web submodule (bar colors & page names). TODO: Default Theme.
…tivity controller and native bars title. Display on 5 toasts in a row, it was so annoying to test with 20...
…, NativeBars & Plugins ones by Web. Other fixes: move raw strings in layouts to strings.xml, optimize/simplify layouts, clear dead code, fix potential crash (actionBar nullability not checked), color resources redefined because not available to lower APIs
…on for iOS10 & fix LocationListener file in project
Move default bars configuration from |
Issue created : [cobalt.conf] better default configuration #129 |
Remove native bars from the native side and use Cobalt nativeBars feature in the whole app.
cobalt.conf
The text was updated successfully, but these errors were encountered: