Skip to main content

CLI Tool for Sorting Android Studio Changelists

Project description

# Changelist Sort Making Sorting Changelist Files Easy!

  1. Close Android Studio (saves changelists to workspace file)

  2. Open shell from project root directory (or supply workspace file path in arguments)

  3. Run changelist-sort (or cl-sort) add arguments/options if necessary

  4. Reopen Android Studio. Your changelists are sorted.

Note: If you want to combine step 2 and step 3, add an alias to your shell environment.

## Sorting By Module Files are sorted by the name of the top level directory they are located in. In Android projects, each directory in the project root is a module, with a few special cases.

## Sorting By Source Set A specialized Module Sort mode that splits changes by their source set. Apply the -s flag to use this sorting mode.

### Special Changelists & Directories There are special Changelists, and special Directories that are handled differently. - Build Updates Changelist - Root Directory - Gradle Directory

Build Updates Changelist: This is a changelist that is used to collect all of the files that affect the project build. This includes all files in the gradle directory, and any file that ends with the .gradle file extension. There are also Gradle files that end in .properties, which are also sorted into the Build Updates Changelist.

Root Directory: The Root directory is special because the file paths are really short and do not contain a module name. Often, Root directory contains .gradle files which are sorted into the Build Updates Changelist. Any non-Gradle files in the Root directory are sorted into a special Changelist that may be called Root or Project Root.

Gradle Directory: The Gradle Directory is a direct descendant of the Root directory, and may contain toml, gradle, or properties files. These are all sorted into the Build Updates Changelist.

### Module Names and Sorting Comparisons

Changelist Names The name of the changelist must match the module, ignoring letter case and removing spaces.

Otherwise, a new Changelist will be created that matches the module name. - Underscores are replaced with spaces. - Each Word in the Name will start with an uppercase letter.

## Remove Empty Changelists You can remove all empty changelists after a sort has completed by adding the -r flag, or –remove-empty argument.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

changelist_sort-0.2.2.tar.gz (39.2 kB view details)

Uploaded Source

Built Distribution

changelist_sort-0.2.2-py3-none-any.whl (50.5 kB view details)

Uploaded Python 3

File details

Details for the file changelist_sort-0.2.2.tar.gz.

File metadata

  • Download URL: changelist_sort-0.2.2.tar.gz
  • Upload date:
  • Size: 39.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for changelist_sort-0.2.2.tar.gz
Algorithm Hash digest
SHA256 3be6e6b9147a30ec469b671ea5df17d322e067b9d4a558398a285affea1466a9
MD5 df8ef76001252863678d3ce174aa7543
BLAKE2b-256 486811f93b25047769c65dfe416a9721fcaf71b3c2b0637622c57cf5a5958cf9

See more details on using hashes here.

File details

Details for the file changelist_sort-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for changelist_sort-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a5fc937aa98f025bbfde3a6cbbee24fc96309b8e1f4f5e5c30a3306a7e3da135
MD5 feed0fbea9e64fc18778e27264172222
BLAKE2b-256 2120df430b6798416633208e54d18b18d2a6a6a0218819f234cae20277db6aa6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page