GithubHelp home page GithubHelp logo

android-changelog's Introduction

Banner Top

"Any sufficiently advanced technology is indistinguishable from magic", Arthur C. Clarke


website   blog   dev.to   website  


I am a passionate software engineer fond of octopuses. ✨

Here's a list of things I currently keep myself busy with:

  • 👩🏻‍💻   Working as a software engineer/SRE at Divio using Python (Django), S3, AWS, Azure, and more
  • 👐   Co-organizing the GDG Fribourg, feel free to join !
  • 📝   Publishing on blog.derlin.ch (and dev.to, follow me :)
  • 💫   Trying to keep up with new technologies.

divider white up

                             

My Github Stats

divider white down

Check some of my projects:

  • bitdowntoc: quickly generate markdown TOC for BitBucket, GitHub, GitLab, dev.to, etc. online or cli
  • mantelo: a Keycloak Admin REST Api Client for Python. Always up-to-date, always fresh!
  • docker-compose-viz (mermaid): visualize your docker-compose files (executable jar)
  • PWA-ize: a little web page to transform any web page into a PWA
  • rickroller: RickRoll your friends like a pro, and learn with me some best practices!
Want more projects ?

.. And much more on my Github and personal website!

Some random facts about me:

  • I LOOVE octopuses 🐙🐙 I kept a blog about them for some time, Oct0pus, even though I haven't updated it in a while...
  • My ongoing challenge: reading at least 10 minutes a day (going strong since April 2020) → see my stats here
  • My go-to breakfast is "tartines au Cenovis" (Swiss Marmite on bread)



       

derlin.ch

Banner Bottom

android-changelog's People

Contributors

derlin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

android-changelog's Issues

Shows changelog from last to n(version)

My code:
ClickListener:

et_show_version1.setText("1.0.0")
et_show_version1.setOnClickListener { _ -> showChangelog(1, et_show_version1.text.toString()) }
et_show_version2.setText("1.0.1")
et_show_version2.setOnClickListener { _ -> showChangelog(2, et_show_version2.text.toString()) }
et_show_version3.setText("1.0.2")
et_show_version3.setOnClickListener { _ -> showChangelog(3, et_show_version3.text.toString()) }

showChangelog function:

private fun showChangelog(version: Int = Changelog.ALL_VERSIONS, versionName: String) {
        Changelog.createDialog(ctx = mActivity, versionCode = version, title = versionName).show()
    }

This shows me next:

  1. Shows all changelog(version: 1/2/3)
  2. Shows version: 2/3
  3. Shows version 3

Is that right? I just wanted to show to user, that changelog which he hit the button to.

version.first doesn't show me last changelog

val version = mActivity.getAppVersion()
et_show_version4.setText("Last")
et_show_version4.setOnClickListener { _ -> Changelog.createDialog(ctx = mActivity, versionCode = version.first, title = et_show_version4.text.toString()).show() }

It shows me 3/3 of my changelog
Am I doing something wrong?

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.