Giter VIP home page Giter VIP logo

squircle-ce's Introduction

Squircle CE

Squircle CE

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.

Android CI License

Build instructions

Prerequisites

  • At least 1,11GB of free disk space: 144,7MB for source codes and around 965,3MB for files generated after building all variants
  • 4GB of RAM
  • macOS or Linux-based operating system. Windows platform is supported by using Git Bash.

Building

  1. $ git clone --recursive --depth=1 --shallow-submodules https://github.com/massivemadness/Squircle-CE Squircle-CE โ€” clone Squircle CE with submodules
  2. In case you forgot the --recursive flag, cd into Squircle-CE directory and: $ git submodule init && git submodule update --init --recursive --depth=1
  3. Create local.properties file with the following properties:
    KEYSTORE_PATH: absolute path to the keystore file
    KEYSTORE_PASSWORD: password for the keystore
    KEY_ALIAS: key alias that will be used to sign the app
    KEY_PASSWORD: key password
    Warning: keep this file safe and make sure nobody, except you, has access to it.
  4. $ cd Squircle-CE
  5. Now you can open the project using Android Studio or build manually from the command line: ./gradlew assembleRelease.

Available flavors

  • googlePlay: A flavor used for publishing the app on Google Play
  • fdroid: A flavor used for publishing the app on F-Droid

Translations ยท Crowdin

If 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.

Screenshots

License

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.

squircle-ce's People

Contributors

massivemadness avatar liyujiang-gzu avatar ilithy avatar klgor1803 avatar bydariogamer avatar avi-vivi avatar qwerty287 avatar kirmartuk avatar likewu avatar izzysoft avatar licaon-kter avatar jhihyulin avatar launchlee avatar diversepwmeasurement avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.