Giter Site home page Giter Site logo

hermeslogger's Issues

Publish on maven

Have the library accessible from maven repository

  • Publish on maven;
  • Publish first official release;

Create Info section

In this section/screen the devs should be able to:

  1. Communicate general information, to be seen by other devs, QAs and Testers;
  2. Provide information that can ease the experience of QA's and testers, such as credentials specific users, or even Service responses, can be copy-pasted into Charles, or other debugging proxy software;

This section/screen must allow for a "folder-like" system, to make it easier to find information.

Publish beta version

  • Clean all code;
  • Assure Kotlin coding conventions for libraries:
    • Always explicitly specify member visibility (to avoid accidentally exposing declarations as public API)
    • Always explicitly specify function return types and property types (to avoid accidentally changing the return type when the implementation changes)
    • Provide KDoc comments for all public members, with the exception of overrides that do not require any new documentation (to support generating documentation for the library)
  • Allow devs to see implementation;
  • Finish readme

Allow users to interact with the overview, to invoke commands

On the Overview, allow the users to press commands, that will be mapped on the App

Allow adding commands with a ViewTreeObserver, so that it they are recycled automatically

Commands should:

  • Have a title;
  • Have a brief description (optional);
  • Have a confirmation alert;

Example of commands:

  • Clear cache or shared preferences;
  • Enable / Disable features;
  • Enable / Disable other debugging tools;
  • Switch between languages;
  • Copy something to clipboard;
  • Close this tool;

Improve filtering/Search

As a user, I want to be able to:

  • Use lower or upper cases to search;
  • Use regex to search for it?

Create settings tab

The settings tab should allow the user to:

  • Completly close the toolbox;
  • Change the alpha (to allow seeing what's behind it);

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.