Code Notes

Review source code offline without the need for an internet connection. Write down your ideas as soon as they spark in your head.

find out more

Features

Git Repositories

Repositories can be cloned from any git repository provider (like Github, Gitlab, Bitbucket, ...) to the device.

Archive Files

Archive files (like zip, tar, gzipped archives) can be either downloaded or used from the local storage.

IBM i IFS and QSYS

Download source members or stream files to the device.

Browse and Review

The files from the sources can be downloaded and extracted from offline browsing and reviewing.

Make Notes

Write down notes to a specific file, section or line.

Screenshots

Choose Source Type
Choose Source Type

The app provides different kind of sources for the code to fetch from.

Show Main Activity
Main

The main entry point of the app. Choose your configured source.

Browse Files
Browse

Browse the files of your configure source, either online or offline.

Review Code
Review

Review the source code and make notes.

Development

This project is open source. It is made available under the Apache License 2.0. You can download/clone the source code, modify it to your needs and don't forget to contribute back to the project.

Steps to set up development on CodeNotes:

  1. Install Android Studio
  2. Start Android Studio
  3. File → New → Project from Version Control → Git
  4. Enter the URL to the Bitbucket git repository: https://bitbucket.org/m1hael/codenotes
  5. Finished! Start coding =)