termux-app/app/src/main/res
agnostic-apollo 682ce08314 Create termux-shared library package for all termux constants and shared utils
The termux plugins should use this library instead of hardcoding "com.termux" values in their source code.

The library can be included as a dependency by plugins and third party apps by including the following line in the build.gradle where x.xxx is the version number, once its published.

`implementation 'com.termux:termux-shared:x.xxx'`

The `TermuxConstants` class has been updated to `v0.17.0`, `TermuxPreferenceConstants` to `v0.9.0` and `TermuxPropertyConstants` to `v0.6.0`. Check their Changelog sections for info on changes.

Some typos and redundant code has also been fixed.
2021-04-07 11:31:30 +05:00
..
drawable Add SettingsActivity to launcher shortcuts 2021-03-24 06:48:47 +05:00
layout Disable markdown text selection for now since it stops URL clicks from working 2021-03-26 01:26:53 +05:00
menu Fix string resources naming convention 2021-03-24 06:15:45 +05:00
mipmap-anydpi-v26 icon: add regular png icon for compatibility with some launchers 2021-02-03 15:49:03 +02:00
mipmap-hdpi icon: add regular png icon for compatibility with some launchers 2021-02-03 15:49:03 +02:00
mipmap-mdpi icon: add regular png icon for compatibility with some launchers 2021-02-03 15:49:03 +02:00
mipmap-xhdpi icon: add regular png icon for compatibility with some launchers 2021-02-03 15:49:03 +02:00
mipmap-xxhdpi icon: add regular png icon for compatibility with some launchers 2021-02-03 15:49:03 +02:00
mipmap-xxxhdpi icon: add regular png icon for compatibility with some launchers 2021-02-03 15:49:03 +02:00
raw Implement support for termux.properties 2015-12-23 01:43:41 +01:00
values Create termux-shared library package for all termux constants and shared utils 2021-04-07 11:31:30 +05:00
xml Fix SettingsActivity shortcut not showing on android 7 and fixed shortcut actions and categories 2021-04-06 13:27:43 +05:00