{"id":17129481,"url":"https://github.com/linusg/la-capitaine-android","last_synced_at":"2025-04-13T07:16:57.336Z","repository":{"id":36955763,"uuid":"219595902","full_name":"linusg/la-capitaine-android","owner":"linusg","description":"📱 La Capitaine icons on Android!","archived":false,"fork":false,"pushed_at":"2022-12-23T16:46:53.000Z","size":1111,"stargazers_count":24,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-26T23:35:20.478Z","etag":null,"topics":["android","google-material","icon-pack","icon-theme","icons","la-capitaine","lawnchair","macos","material"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linusg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"linusg","liberapay":"linusg"}},"created_at":"2019-11-04T21:01:29.000Z","updated_at":"2024-11-06T21:26:36.000Z","dependencies_parsed_at":"2023-01-17T08:15:28.038Z","dependency_job_id":null,"html_url":"https://github.com/linusg/la-capitaine-android","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linusg%2Fla-capitaine-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linusg%2Fla-capitaine-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linusg%2Fla-capitaine-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linusg%2Fla-capitaine-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linusg","download_url":"https://codeload.github.com/linusg/la-capitaine-android/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248675393,"owners_count":21143768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","google-material","icon-pack","icon-theme","icons","la-capitaine","lawnchair","macos","material"],"created_at":"2024-10-14T19:09:45.251Z","updated_at":"2025-04-13T07:16:57.298Z","avatar_url":"https://github.com/linusg.png","language":"Python","funding_links":["https://github.com/sponsors/linusg","https://liberapay.com/linusg"],"categories":[],"sub_categories":[],"readme":"# La Capitaine Android\n\nIcon pack for Android using the [La Capitaine](https://github.com/keeferrourke/la-capitaine-icon-theme)\nicons.\n\n\u003cimg src=\"images/icon_list_1.png\" alt=\"Icon List (1)\" height=\"400\"\u003e \u003cimg src=\"images/icon_list_2.png\" alt=\"Icon List (2)\" height=\"400\"\u003e \u003cimg src=\"images/icon_list_3.png\" alt=\"Icon List (3)\" height=\"400\"\u003e\n\nIt's only tested with Lawnchair (v10, v11), but is probably supported by a few\nother launchers as well (the ones Lawnchair supports for icon packs).\nAdding support for more launchers should be as simple as adding a few\n`\u003cintent-filter\u003e`s to `AndroidManifest.xml`,\n[see here](https://github.com/iamareebjamal/scratch_icon_pack_source/blob/master/app/src/main/AndroidManifest.xml).\n\nNaturally I will add icons for the apps I'm personally using first as that's\nthe most straightforward way of making progress - I can directly test it on my\ndevice. Most of the default AOSP and LineageOS apps, and a few popular Google\nand messenger apps are already included as well.\n\nAny help is highly appreciated!\n\n## Requirements\n\n- Android Studio\n- Python 3.6+\n- The following Python modules:\n  [`CairoSVG`](https://pypi.org/project/CairoSVG/),\n  [`colored`](https://pypi.org/project/colored/) and\n  [`ruamel.yaml`](https://pypi.org/project/ruamel.yaml/)\n\n  ```console\n  pip3 install -r requirements.txt\n  ```\n\n## Installation\n\n*There's no release of this app on the Google Play Store or F-Droid yet,\nalthough that might happen in the future.*\n\nRun `python3 res.py build` which will create the files `xml/appfilter.xml` and\n`xml/drawable.xml` as well as rendering all used SVG icons (from\n`la-capitaine-icon-theme/apps/scalable`) to PNG files.\n\nOpen the project in Android Studio, compile it and install it on your phone or\nemulator.\n\nMake sure to select `Launch: Nothing` in the run configuration as the app has\nno launcher intent filter.\n\nTo remove the files created by the build script run `python3 res.py clean`.\n\n## Development\n\nTo add missing icons, you'll need:\n\n- The app package name\n- The name of the activity that's missing an icon (usually the main activity)\n- An icon from `la-capitaine-icon-theme/apps/scalable` that should be applied\n\nUse a tool like [App Manager](https://f-droid.org/en/packages/io.github.muntashirakon.AppManager/)\nto obtain these details (installable from F-Droid).\n\nA new app entry in [`res.yml`](res.yml) looks like this:\n\n```yaml\napps:\n  - package: com.example.app\n    activity: com.example.app.activities.MainActivity\n    icon: example_icon\n```\n\nIf `example_icon` doesn't exist yet, add it:\n\n```yaml\nicons:\n  example_icon: example-icon.svg\n```\n\nThis way an icon that's being used by multiple apps has only be included once\nand general icons that don't belong to a specific app can be included as well.\n\nNote that the activity domain doesn't necessarily match the package domain.\nPlease keep the entries sorted alphabetically by package name.\n\nNow, do the steps from the *Installation* section again. You're done!\n\nTry restarting your launcher application if new icons don't appear immediately.\n\n## Authors\n\n- **Linus Groh** ([**@linusg**](https://github.com/linusg/)) -\n  Initial work on La Capitaine Android\n- **Keefer Rourke** ([**@keeferrourke**](https://github.com/keeferrourke/)) -\n  Creator of the La Capitaine Icon Theme\n\n## License\n\nThis project is licensed under the GPLv3 license - see [`LICENSE`](LICENSE)\nfile for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinusg%2Fla-capitaine-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinusg%2Fla-capitaine-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinusg%2Fla-capitaine-android/lists"}