Squircle CE is a fast and free multi-language code editor for Android.
This repository contains the complete source code and the build instructions for the project.
Note: If you're looking for the code editor library, it has been moved to a separate
Git repository.
$ git clone --recursive --depth=1 --shallow-submodules https://github.com/massivemadness/Squircle-CE Squircle-CE
รขยย clone Squircle CE with submodules--recursive
flag, cd
into Squircle-CE
directory
and: $ git submodule init && git submodule update --init --recursive --depth=1
local.properties
file with the following properties:KEYSTORE_PATH
: absolute path to the keystore fileKEYSTORE_PASSWORD
: password for the keystoreKEY_ALIAS
: key alias that will be used to sign the appKEY_PASSWORD
: key password$ cd Squircle-CE
./gradlew assembleRelease
.googlePlay
: A flavor used for publishing the app
on Google Playfdroid
: A flavor used for publishing the app
on F-DroidIf you'd like to translate Squircle CE to a new language, or make a translation correction, please register an account at Crowdin and join the project here:
If the language that you are interested in translating is not already listed, create a new account on Crowdin, join the project, and contact the project owner.
Copyright 2023 Squircle CE contributors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.