Android Open Source - Timer Notification buino






Project Summary

Small android app + related server that receives build status notifications from Jenkins.

Web Site / Source Repository

buino is hosted in the following web site
https://github.com/Theoklitos/buino

If you think the Android project buino listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of buino.

ItemValue
Java File Count25
Target SDK Version16
Minimum SDK Version8
Activity Count4
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.RECEIVE_BOOT_COMPLETED
android.permission.VIBRATE
Raw File Namesres\raw\alarm.mp3
res\raw\short_alarm.mp3




Resource Files

There are 10 image files in buino. The names of the image files are listed as follows.

error_icon.png
green_lamp.png
grey_lamp.png
ic_action_search.png
jenkins_lamp.png
menu_signout.png
menu_update.png
red_lamp.png
small_icon.png
tile_background.gif

The following screenshort is generated from the image listed above.

null




Java Source Files

buino has the following Java source files.

com.buino.client.BuildArrayAdapter.java
com.buino.client.BuinoApplication.java
com.buino.client.BuinoTTS.java
com.buino.client.NotificationReceiver.java
com.buino.client.activity.BuildInfoActivity.java
com.buino.client.activity.MainActivity.java
com.buino.client.activity.RegisterActivity.java
com.buino.client.activity.WelcomeActivity.java
com.buino.client.data.Build.java
com.buino.client.util.JsonUtils.java
com.buino.client.util.ParseUtils.java
com.buino.client.util.PopUpUtils.java
com.buino.server.AlarmScheduler.java
com.buino.server.Build.java
com.buino.server.BuildNotificationManager.java
com.buino.server.BuinoJSONUtils.java
com.buino.server.Frontend.java
com.buino.server.MemoryLogStorage.java
com.buino.server.call.JenkinsRestCaller.java
com.buino.server.call.ParseCaller.java
com.buino.server.call.ParseException.java
com.buino.server.main.ServerStartup.java
com.buino.server.main.TestMain.java
com.buino.server.servlet.LiveLogServlet.java
com.buino.server.servlet.NotificationServlet.java