https://github.com/aggrathon/agendaonce

An android app and widget with a calendar agenda view.

https://github.com/aggrathon/agendaonce

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.7%) to scientific vocabulary

Keywords

android app calendar java
Last synced: 6 months ago · JSON representation

Repository

An android app and widget with a calendar agenda view.

Basic Info
  • Host: GitHub
  • Owner: Aggrathon
  • License: apache-2.0
  • Language: Java
  • Default Branch: master
  • Size: 189 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Topics
android app calendar java
Created almost 7 years ago · Last pushed almost 7 years ago
Metadata Files
Readme License

README.md

Agenda Once

An android app and (more importantly) widget that shows a calendar agenda view where multiday events only occurs once, not one listing per day.

Download

The latest release can be found here.
The app only needs one permission, read calendar.

Features

  • Calendar agenda where multiday events are only shown once.
  • Widget with the same agenda view.
  • Touching events in the agenda opens them in you prefered calendar app.
  • Widget uses calendar broadcasts instead of periodical updates for increased battery life.
  • Respects the visibilty setting for different calendars.

Note

This app is designed with battery efficiency in mind. So the agenda is only updated when you open the app. The widgets, on the otherhand, are updated using broadcasts (when a calendar is changed and when an event ends). The broadcasts are controlled by Android and might be a bit delayed (by even a couple of minutes) due to Androids power optimisations.

Owner

  • Name: Anton Björklund
  • Login: Aggrathon
  • Kind: user
  • Company: @edahelsinki

GitHub Events

Total
Last Year

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 21
  • Total Committers: 1
  • Avg Commits per committer: 21.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Aggrathon a****o@g****m 21

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

app/build.gradle maven
  • com.android.support.constraint:constraint-layout 1.1.3 implementation
  • com.android.support:appcompat-v7 28.0.0 implementation